Skip to content

Instantly share code, notes, and snippets.

@fogonthedowns
Created February 21, 2017 22:50
Show Gist options
  • Select an option

  • Save fogonthedowns/b62f59197e9434d68408f1ccf6561f20 to your computer and use it in GitHub Desktop.

Select an option

Save fogonthedowns/b62f59197e9434d68408f1ccf6561f20 to your computer and use it in GitHub Desktop.
cut columns from csv
# 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