
lw -- List Directory, Wide Format (1.0) : External Command / by Jeff Hansen

syntax:   lw [pathname] [-n] [-f filetype] [-b y/n]

ex:       lw
          lw /hard1
          lw =:dir -n
          lw -fbin -by

Lists the contents of the directory specified by pathname in a "wide,"
4 column format--only filenames are output. Wildcards are allowed.  (If no
pathname is given, displays the contents of the current directory.) If
the given pathname is not a directory, lw will quit and display an error
message.  Block usage is given, with used, free, total blocks displayed, and
the percent used. AppleWorks files are listed with the correct case according
to their aux_type.  See options, below.  By default, all directories are
printed with a '/' following their name.

options:

     -n   Suppress the printing of '/' after directory names.

     -f   List files of this filetype only.

     -b   [y/n] List files that have their backup bit set (yes) or not
          set (no).

(see also: ld, cat)
