Return to Snippet

Revision: 45927
at May 11, 2011 05:39 by bubnoff


Initial Code
sed '/^[\t ]*$/d' file

Initial URL


Initial Description
Find any line with beginning of line followed by zero or more tabs, spaces followed by end of line -- delete it.

Initial Title
Delete blank lines with sed

Initial Tags


Initial Language
Bash