Created
February 21, 2017 22:50
-
-
Save fogonthedowns/b62f59197e9434d68408f1ccf6561f20 to your computer and use it in GitHub Desktop.
cut columns from csv
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
| # removes the second column ( I think the index is it ) | |
| cut -f 1,3- jz.tsv > x.tsv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment