Skip to content

Instantly share code, notes, and snippets.

@carld
Created March 19, 2017 22:24
Show Gist options
  • Save carld/877c7c4fdfd58a830a05f3d4f9a0d65c to your computer and use it in GitHub Desktop.
Save carld/877c7c4fdfd58a830a05f3d4f9a0d65c to your computer and use it in GitHub Desktop.
Count number of columns in a CSV file
head -1 returns.csv | sed 's/[^,]//g' | wc -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment