Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save longtailventures/b356e7a2ece92a28393a3194e6de134d to your computer and use it in GitHub Desktop.
Save longtailventures/b356e7a2ece92a28393a3194e6de134d to your computer and use it in GitHub Desktop.
Remove new lines from file
sed -i -e 's/^ *//; s/ *$//; /^$/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment