perm filename DIR[3,2] blob sn#799837 filedate 1985-08-17 generic text, type T, neo UTF8
The DIRECTORY command is used to list information about disk files.  It runs the
COPY program.  A description of the various forms of the command is contained in
the COPY section of the Monitor Command Manual, readable online as the file
MONCOM.BH[S,DOC], with updates in MONCOM.UPD[S,DOC].  Examples:

  .DIR			lists all the files in your area
  .DIR BAZ.*		lists files with name BAZ and any extension
  .DIR [PRJ,PRG]	lists all the files in area [PRJ,PRG]
  .DIR FOO←		puts output in file FOO
  .DIR/FULL		includes full information about files listed
  .FDIR			equivalent to DIR/FULL (may be abbreviated FD)

The DIRED program is a display-oriented directory editor.  Type HELP DIRED for
more information.

To create new directories, or change directory parameters, use the UFD command.