Created
June 8, 2016 04:35
-
-
Save tag1216/4c0ca47931c0c44800bdf8323526741b to your computer and use it in GitHub Desktop.
シェルの中でタブ文字を使う
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
cat test.tsv | awk -F$'\t' '{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment