Bash Script
Bash Manual
Tag:
blank lines
Deleting Blank Lines Using AWK
Here’s the trick: cat /tmp/test | awk ‘NF > 0’ > /tmp/test1
October 23, 2013