
list -- list an AppleSoft BASic file (1.2) : External Command / by Jeff Hansen

syntax:   list <wild_pathname> [-s] [-u]

ex:       list startup
          como prog.text; list prog -s -u
          list =:bas -u

List an Applesoft BASic file in ASCII text.  Wildcards are allowed.  Has
some options not available with the Davex supplied BLIST command.

options:

     -s   List the BASic file with spaces compressed.  Only spaces between
          quotes, in REM and DATA statements will be printed.  Useful for
          making a compressed ASCII file for uploading, etc.

     -u   List the BASic file in uppercase, as AppleSoft would do.  Normal
          printing occurs in lower case, except for string constants in
          quotes, REM and DATA statments.
