cut
tab 을 delimiter 로 사용하는 방법
-d delim
Use delim as the field delimiter character instead of the tab
character.cut -f2cut -f2 -d' 'cut -f2 -d$'\t'References
Last updated
-d delim
Use delim as the field delimiter character instead of the tab
character.cut -f2cut -f2 -d' 'cut -f2 -d$'\t'Last updated