Skip to content

Instantly share code, notes, and snippets.

@markbirbeck
Created September 27, 2013 15:26
Show Gist options
  • Save markbirbeck/6730375 to your computer and use it in GitHub Desktop.
Save markbirbeck/6730375 to your computer and use it in GitHub Desktop.
Grab all used categories from mappings files.
cut -d, -f1 thoth/corpus/garment/*.csv | sed -e 's/^"//' -e 's/"$//' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment