Systems Administration Problem Solvers
www.tediosity.com
Posts tagged: AWK
Shell Script Remove All Blank Links
Apr
17
2015
Use the following ‘awk’ command to remove all blank lines from a file: awk ‘NF > 0’ filename