Created
October 30, 2014 19:46
-
-
Save bandicoot86/d42faf98ce9e700d14c7 to your computer and use it in GitHub Desktop.
Replace new lines with \n
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 '{printf("%s\\n",$0)} END {print ""}' 1.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment