Bash Script
Written by
in
Here’s the trick: cat /tmp/test | awk 'NF > 0' > /tmp/test1
cat /tmp/test | awk 'NF > 0' > /tmp/test1