Created
July 18, 2014 19:00
-
-
Save kohashi/507f2ff27b3d87b9acac to your computer and use it in GitHub Desktop.
mac OSX で sedを使ってtabの文字列を置換 ref: http://qiita.com/kohashi/items/73708dea71a3ac233b29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -e 's/[[:cntrl:]]/\"[[:cntrl:]]\"/g' tes.tsv >> tes_t.tsv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e "This is\t\tTab" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment