
lsrc -- ListSource (1.0) : External Command / by Jeff Hansen

syntax:   lsrc <wild_pathname> [-n] [-l 1..65535]

ex:       lsrc du.s
          lsrc =.s -n
          lsrc /hard1/asm/test.s -l45

Lists assembly language source files.  Listing files other that of type TXT
or SRC will result in an error.  Listing files that are not assembly source
code will produce 'interesting' displays (lines longer than 255 characters
will not be printed).

options:  -n   No lines: will suppress printing of line numbers

          -l   Line number: start listing from this line number.  Line
               numbers must be greater than 0.
