Deleting Blank Lines Using AWK

cat /tmp/test | awk 'NF > 0' > /tmp/test1

source

Leave a Reply