Are you new here? Subscribe to my RSS feed. Thanks for visiting!If you want to remove all blank lines from a file, a quick way of doing it from the Linux command line is to use sed.
So, lets say that your file looks like this:
# vi example_file
This is an example text file.
We will be […]
Popularity: 4% [?]

