Skip to content

Instantly share code, notes, and snippets.

@josh-padnick
Created February 3, 2017 21:36
Show Gist options
  • Save josh-padnick/1a449043f118d1f0ef1931400401b4de to your computer and use it in GitHub Desktop.
Save josh-padnick/1a449043f118d1f0ef1931400401b4de to your computer and use it in GitHub Desktop.
Remove all newlines in a file
awk '$1=$1' ORS='' cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment