1 2 3 4
#!/bin/bash grep -v $'\ufeff' ../data/cjdict.txt | grep -v '^ *#' | cut -f1 > ../data/cjwordlist.txt