* Install hunspell (via apt or rpm) |
* open term
sudo mkdir /usr/share/hunspell |
tar zxf ~/Downloads/mtl_dic.tgz |
sudo cp en_US* /usr/share/hunspell |
hunspell -d en_US mtl.txt #where mtl.txt is a MTL text file that you like to run spelling check
hunspell -l < mtl.txt #will show you all the typos
or |