Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darconeous/c87cb13e35d92f442de6c5d8603698cf to your computer and use it in GitHub Desktop.
Save darconeous/c87cb13e35d92f442de6c5d8603698cf to your computer and use it in GitHub Desktop.
converting tab-delimited to pipe-delimited
pbpaste | tr '\t' '|' | sed 's/\(.*\)/|\1|/' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment