home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cpm68k / utils.lbr / XDIR.MQN / XDIR.MAN
Encoding:
Text File  |  1986-05-22  |  2.0 KB  |  51 lines

  1. -*-fill,indent:0,tab:8,fillw:70-*-
  2.  
  3.  
  4.         XDIR - An extended directory listing program
  5.         ============================================
  6.  
  7.                  by
  8.                 Robert Heller
  9.  
  10.  
  11.     Synopis:
  12.     XDIR [flags] [files] [>outfile]
  13.  
  14.     The flags are zero or more of the following:
  15.  
  16.     -r reverse sort.  Normally XDIR generates an assending
  17.            alphabetic listing.  This flag causes XDIR to generate
  18.            a dessending alphabetic listing.
  19.     -cN columns.  This flag set the number of file columns to
  20.            use.  The default is 5.  If the -s, -a, -f, -to or
  21.            both -h- and -tr- flags are selected, XDIR prints a single
  22.            file per line and ignores this flag.
  23.     -s size.  This flag selects size infomation to be
  24.            displayed in kilobytes and directory entries.  The number
  25.            of kilobytes is adjusted to include unused, but allocated
  26.            space.
  27.     -a attributes.  This flag selects attribute information
  28.            to be displayed.
  29.     -f full.  Same as specifing both -s and -a.
  30.     -to total.  This flag causes just the totals to be
  31.            displayed.  The file names are not listed.
  32.     -tr+ trailer on.
  33.     -tr- trailer off.  These flags enable (+) or disable (-)
  34.            the trailers.
  35.     -h+ header on.
  36.     -h- header off.  These flags enable (+) or disable (-)
  37.            the headers.  If both the headers and trailers are
  38.            disabled, XDIR prints the file names one per line as
  39.            full file specifications (including the user number in
  40.            brackets at the end) - this is usefull for generating
  41.            submit files, etc.
  42.  
  43.     There can be zero or more file names specified.  XDIR
  44. fills in missing file names and file types with "*".  It uses the
  45. current drive unless overridden.  Will take an "*" as a drive -
  46. this means ALL logged in drives.  File names can have a trailing
  47. user number in brackets (`[n]') or a wild carded user number
  48. (`[*]').
  49.  
  50.     The output can be redirected with the `>' command line character.
  51.