make_dictionary.sh 168 Bytes
#!/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