SyntaxFix
Write A Post
Hire A Developer
Questions
grep . FILE
(And if you really want to do it in sed, then: sed -e /^$/d FILE)
sed -e /^$/d FILE
(And if you really want to do it in awk, then: awk /./ FILE)
awk /./ FILE