Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created December 3, 2015 20:32
Show Gist options
  • Save jcpst/e218790978927ab8047d to your computer and use it in GitHub Desktop.
Save jcpst/e218790978927ab8047d to your computer and use it in GitHub Desktop.
Remove newlines and replace with '\n'
awk -vORS="\\\n" '1' file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment