: /usr/dict/Run 4/19/90
: Build new word lists in /usr/dict.
cd /usr/dict
echo Uncompressing, please wait...
uncompress *.Z
echo Building American word list, please wait...
sort -mu local common american | ./spellin >clista
echo Building British word list, please wait...
sort -mu local common british | ./spellin >clistb
ln -f common words
chmod 644 clist[ab] words
chown bin clist[ab] words
chgrp bin clist[ab] words
