Contents | < Browse | Browse >
LIST [-R] [-Q] [source]

* Lists the directory of the "source" to the screen. Hitting space
  will pause the listing and backspace will continue it.
* LIST acts similar to  DIR , but outputs more information:
  - Hidden files will be shown
  - Shows the date and time of the last change (date-of-last-change)
  - Shows the protection-bits (see  PROTECT )
  - If available, the comment will be shown (see  FILENOTE )
* LIST supports recursive listing. That means the contents of all
  subdirectories are shown. To use it, specify the -r  option .

eg.     list
        list sys:system
        list -q df0:
        list -r -q *.info    {show all INFO-files in the current and
                              in the sub-directories}
        list -r ram:~*.info  {show all except *.info files in RAM:}