Skip to content

Instantly share code, notes, and snippets.

@vikjam
Created March 7, 2016 19:28
Show Gist options
  • Save vikjam/dcadd017f5182bd3076a to your computer and use it in GitHub Desktop.
Save vikjam/dcadd017f5182bd3076a to your computer and use it in GitHub Desktop.
Split a CSV
cut -d , -f1-3 input.csv > output.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment