Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kohashi
Created July 18, 2014 19:00
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 kohashi/507f2ff27b3d87b9acac to your computer and use it in GitHub Desktop.
Save kohashi/507f2ff27b3d87b9acac to your computer and use it in GitHub Desktop.
mac OSX で sedを使ってtabの文字列を置換 ref: http://qiita.com/kohashi/items/73708dea71a3ac233b29
sed -e 's/[[:cntrl:]]/\"[[:cntrl:]]\"/g' tes.tsv >> tes_t.tsv
echo -e "This is\t\tTab"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment