Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created July 14, 2012 19:16
Show Gist options
  • Save lukmdo/3112845 to your computer and use it in GitHub Desktop.
Save lukmdo/3112845 to your computer and use it in GitHub Desktop.
show \t \n \r in file but as-is (kinda hexdump -c)
hexdump -v -e '"%_c"' FILE_PATH | gsed -e 's/\\n/\\n\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment