Skip to content

Instantly share code, notes, and snippets.

@tdl
Created September 16, 2011 08:06
Show Gist options
  • Save tdl/1221504 to your computer and use it in GitHub Desktop.
Save tdl/1221504 to your computer and use it in GitHub Desktop.
Remove doubled empty lines -> commandline
grep -v "^$" inputfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment