Skip to content

Instantly share code, notes, and snippets.

@yfuruyama
Created October 24, 2013 10:40
Show Gist options
  • Save yfuruyama/7134918 to your computer and use it in GitHub Desktop.
Save yfuruyama/7134918 to your computer and use it in GitHub Desktop.
pbpaste | perl -pne 's/
/\n/g' | perl -pne 's/\t/ | /g; s/(.*)/| $1 |/' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment