EXAMPLE TOPS-20 COMMANDS

Below are some sample commands and snippets of output, from this
system specifically. Site-specific programs (not all TOPS-20
original) may be included. For a more detailed explanation of the
commands, see the <REDCON.HELP>INTRO1.TXT file, or run 'HELP INTRO1'.

(Notes about truncated output are from this file and not from the commands
themselves.)


EXAMPLES From INTRO1

@? Command, one of the following:
ACCESS        ADVISE         APPEND         ARCHIVE        ASSIGN
ATTACH        BACKSPACE      BLANK          BREAK          BUILD
CANCEL        CD             CLOSE          COMPILE        CONNECT
(... truncated)

@info ? one of the following:
ADDRESS-BREAK           ALERTS                   ARCHIVE-STATUS
AVAILABLE               BATCH-REQUESTS           CLUSTER
COLUMNS                 COMMAND-LEVEL            DECNET
(... truncated)

@info dir
Name TOPS20:<BOB>
Working disk storage page limit 500
Permanent disk storage page limit 500
(... truncated)

@info disk
TOPS20:<BOB>
5 Pages assigned, 4 in use, 1 deleted
500 Working pages, 500 Permanent pages allowed
82701 Pages free on TOPS20:, 133675 pages used.

@dir

  TOPS20:<BOB>
HELP.TXT.1
LOGIN.CMD.1
(... truncated)

@vdir

  TOPS20:<BOB>
HELP.TXT.1;P777700         1 646(7)     29-Jan-2019 20:55:20 BOB
LOGIN.CMD.1;P777700        1 345(7)      1-Feb-2019 02:12:52 BOB
(... truncated)

@dir <documentation

  TOPS20:<DOCUMENTATION>
5221BM.MEM.1
ACJ.MEM.1

@dir <root.bin>*.exe

  TOPS20:<ROOT.BIN>
CHGRP.EXE.1
CHMOD.EXE.1

@dir sys:*.exe

  TOPS20:<SUBSYS>
ACJ.EXE.158
ACJDEC.EXE.1

@info logic sys
ACCOUNT: => TOPS20:<ACCOUNTS>
BLI: => SYS:
BS: => TOPS20:


EXAMPLES From INTRO2