Created
August 31, 2016 09:40
-
-
Save ableasdale/2a02b28e4f2b8c4f2be93ec38387b277 to your computer and use it in GitHub Desktop.
Use tr -d to remove newlines ("\n" from 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
tr -d '\n' < file.txt > file2.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment