Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created August 24, 2015 18:19
Show Gist options
  • Save omar-yassin/a88a7b610c5356b039cc to your computer and use it in GitHub Desktop.
Save omar-yassin/a88a7b610c5356b039cc to your computer and use it in GitHub Desktop.
SED: Convert New Lines to \n (to keep new lines in JSON)
sed ':a;N;$!ba;s/\n/\\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment