Create a toplevel delete-later dir and put databases/ and admin/ into it
This commit is contained in:
9
cde/delete-later/admin/IntegTools/dbTools/uncomment
Executable file
9
cde/delete-later/admin/IntegTools/dbTools/uncomment
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# Script to remove comments and blank lines from ".lst" files
|
||||
# and coalesce multiple blanks/tabs into a single blank
|
||||
#
|
||||
|
||||
cat "$@" | grep -E -v '^[ ]*#|^[ ]*$' | sed 's/[ ][ ]*/ /g'|\
|
||||
sed 's/ $//'
|
||||
Reference in New Issue
Block a user