Created
September 27, 2013 15:26
-
-
Save markbirbeck/6730375 to your computer and use it in GitHub Desktop.
Grab all used categories from mappings files.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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