02-15-2007 02:59 PM
02-15-2007 03:03 PM
some lines do not contain any text. just line feed / end of line.
example:
# comment
#comment
execute this line
# comment
#comment
also execut this one
#
# comment
I want to extract all line that do not begin with #. The trouble are lines that do not contain any text.
02-15-2007 03:28 PM - edited 02-15-2007 03:28 PM
Message Edited by Dennis Knutson on 02-15-2007 02:29 PM