Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created June 8, 2016 04:35
Show Gist options
  • Save tag1216/4c0ca47931c0c44800bdf8323526741b to your computer and use it in GitHub Desktop.
Save tag1216/4c0ca47931c0c44800bdf8323526741b to your computer and use it in GitHub Desktop.
シェルの中でタブ文字を使う
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