FILE:
FILE
hello world foo bar
How can I remove all the empty new lines in this FILE?
Output of command:
Try the following:
grep -v -e '^$'