Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Created November 27, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souhaiebtar/52902c43f6784f1493d0adf7998e23e4 to your computer and use it in GitHub Desktop.
Save souhaiebtar/52902c43f6784f1493d0adf7998e23e4 to your computer and use it in GitHub Desktop.
[remove empty line using CLI] removing empty line using CLI #unix #sed #removeLine
sed -i '/^$/d' FILE.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment