|
|
1.1 ! root 1: cc -c -O spell2.c ! 2: ! 3: cc -o spell -O spell.c spell2.o ! 4: cc -o spellin -O spellin.c spell2.o ! 5: ! 6: echo mv spell /usr/lib ! 7: echo chown root /usr/lib/spell ! 8: echo chmod u+s /usr/lib/spell ! 9: ! 10: rm -f *.o ! 11: ! 12: : Make word lists. ! 13: : Words are stored with a '#' at end for optional trailing S. ! 14: : 'common' is list of common words to which is added either 'british' ! 15: : or 'american' for 'clistb' or 'clista', respectively. ! 16: : 'local' is for modifications. All sublists are sorted, so only ! 17: : merging needs to be done. ! 18: ! 19: exit ! 20: : cd /usr/dict ! 21: : sort -mu local common american | /usr/src/cmd/spell/spellin >clista ! 22: : sort -mu local common british | /usr/src/cmd/spell/spellin >clistb
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.