Skip to content

Instantly share code, notes, and snippets.

@rkbodenner
Created May 17, 2016 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkbodenner/e6dbcb59d7084546eb72c9ea9d809e0e to your computer and use it in GitHub Desktop.
Save rkbodenner/e6dbcb59d7084546eb72c9ea9d809e0e to your computer and use it in GitHub Desktop.
Count votes submitted via a Google Forms multiple-checkbox field
tail -n 131 ballot.csv | sed -e s/\"[^\"]*\"\,//g | sed -e s/\"//g | tr ';' \\n | sort | uniq -c | sort > ballot-counts.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment