|
|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 952 (0x3b8)
Types: TextFile
Notes: UNIX file
Names: »start«, »syscmd1«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
└─⟦f4b8d8c84⟧ UNIX Filesystem
└─⟦this⟧ »unimenu/local/menus/start«
└─⟦this⟧ »unimenu/local/start«
└─⟦this⟧ »unimenu/local/syscmd1«
Text: System Commands
top: 2
Columns: 8
Pwd: 1
Text: START
expl: Run a Program
exec: %Enter the window # to run in: %
{Enter the program name: } {Enter any arguments: }
Text: LIST
expl: List the Contents of a Directory
exec: bls {Enter The directory name to list (Default is the Current) }
help: man ls | more
Text: CHANGE
expl: Change the Current Directory
exec: cd { Which Directory? }
help: man chdir | more
Text: TYPE
expl: List the Contents of a file
exec: more ^Enter filename(s) to type: ^
help: man more | more
Text: COPY
expl: Copy one file to a new file
exec: cp ^Enter filename to copy: ^ { Enter filename to copy to: }
text: MOVE
expl: Move or Rename a file
exec: mv ^ Enter the old file name: ^ { Enter the new file name: }
help: man mv | more
text: REMOVE
expl: Remove a file or files
exec: rm ^ Enter the file name to remove: ^
help: man rm | more
text: OTHER
expl: Additional System commands
exec: @/usr/local/menus/syscmd2