Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created December 4, 2012 16:26
Show Gist options
  • Save boxxxie/4205806 to your computer and use it in GitHub Desktop.
Save boxxxie/4205806 to your computer and use it in GitHub Desktop.
replace newlines in a file with '|' character
cat file.txt | tr '\n' '|' > file.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment