Created
February 3, 2017 21:36
-
-
Save josh-padnick/1a449043f118d1f0ef1931400401b4de to your computer and use it in GitHub Desktop.
Remove all newlines in a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '$1=$1' ORS='' cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment