User`s guide

DIRECTORY
A P next to the block size number of a file’s directory entry indicates that the file
is protected from deletion (see PROTECT, RENAME/PROTECTION, and COPY
/PROTECTION commands).
/NOPROTECTION includes in the directory listing only those files on the
specified volume that are not protected against deletion.
/REVERSE
Lists a directory in the reverse order of the sort you specify with /ALPHABETIZE,
/ORDER, or /SORT. The following example sorts the directory of DU1 and lists
it in reverse order by size:
.DIRECTORY/ORDER:SIZE/REVERSE DU1:
15-Feb-91
RT11XM.SYS 123P 31-Oct-90 SL .SYS 17P 31-Oct-90
DUP .SAV 52P 31-Oct-90 LD .SYS 11P 31-Oct-90
RESORC.SAV 32P 31-Oct-90 DU .SYS 10P 31-Oct-90
PIP .SAV 30P 31-Oct-90 MEMO1 .TXT 2 15-Feb-91
SWAP .SYS 28P 31-Oct-90 MEMO3 .TXT 2 15-Feb-91
DIR .SAV 19P 31-Oct-90
11 Files, 326 Blocks
460 Free blocks
/SINCE[:date]
Lists a directory of all files on a specified volume created on or after a specified
date. The following command lists only those files on DK created on or after
August 13, 1990:
.DIRECTORY/SINCE:13:AUG:90
15-Feb-91
LETTR1.TXT 123P 31-Oct-90 LETTR2.TXT 28P 22-Nov-90
2 Files, 151 Blocks
635 Free blocks
/SORT[:category]
Sorts the directory of a device according to the category you specify. It is the
same as /ORDER[:category].
/START:value
Use this option with the /BADBLOCKS option to specify the starting block, and
optionally the last block if you use /END:value, of the bad-block scan. The value
argument specifies a block number in decimal. If you do not supply a value with
/START, RT–11 scans from the first block on the volume. If you do not specify
/END:value, RT–11 scans to the end of the volume.
/SUMMARY
Lists a summary of the device directory. The summary lists the number of files
in each segment and the number of segments in use on the volume you specify.
The /SUMMARY option does not list the segments in numerical order, rather in
the order in which they are linked on the volume.
94 RT–11 Command Descriptions