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

⟦216b75e5c⟧ TextFile

    Length: 792 (0x318)
    Types: TextFile
    Notes: UNIX file
    Names: »syscmd2«

Derivation

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

TextFile

text: System commands II
top: 2
columns: 8

text: SHELL
expl: Escape to the shell
exec: /bin/sh
help: man sh | more

text: PRINT
expl: Send files to the printer
exec: pr ^Enter file name(s): ^ | lpr
help: man pr | more

text: MKDIR
expl: Create a new Directory
exec: mkdir {Enter the New Directory Name: }
help: man mkdir | more

text: RMDIR
expl: Remove a Directory
exec: rmdir {Enter the Directory name: }
help: man rmdir | more

text: COLOR
expl: Change the Color of the Screen
exec: color

text: CHMOD
expl: Change the read/write protection of a file
exec: @/usr/local/menus/chmmenu
help: man chmod | more

text: FIND
expl: Locate files
exec: find / -name "{ Enter the file names }" -print
help: man find | more

text: OTHER
expl: Do other system commands
exec: @/usr/local/menus/syscmd3