make_dictionary.sh 168 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #!/bin/bash EXPORT_DATA=SGJP time ./manage.py export_lexemes "$EXPORT_DATA" > export.tab cat copyright.txt time sort -n -k 1,1 export.tab | cut -f 2- | sort -s -k 2,2