DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e5f53b24a⟧ TextFile

    Length: 645 (0x285)
    Types: TextFile
    Notes: UNIX file
    Names: »run«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦f4b8d8c84⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »cmd/spell/run« 

TextFile

cc -c -O spell2.c

cc -o spell -O spell.c spell2.o
cc -o spellin -O spellin.c spell2.o

echo mv spell /usr/lib
echo chown root /usr/lib/spell
echo chmod u+s /usr/lib/spell

rm -f *.o

: Make word lists.
: Words are stored with a '#' at end for optional trailing S.
: 'common' is list of common words to which is added either 'british'
: or 'american' for 'clistb' or 'clista', respectively.
: 'local' is for modifications.  All sublists are sorted, so only
: merging needs to be done.

exit
: cd /usr/dict
: sort -mu local common american | /usr/src/cmd/spell/spellin >clista
: sort -mu local common british | /usr/src/cmd/spell/spellin >clistb