Solutions Log

Strip empty (null) lines from a file

1 min read
text processingsed

sed meets the need; the recipe follows:

sed '/^$/d' filename