From the NannyMUD documentation
2000-12-08
NAME
ls - Show a listing of directory content.LOCATION
Wizmod, module 'default'.SYNTAX
ls [-a] [-d] [-r] [-R regexp] [-t | -S] [-s] [-F] [path] ls [-a] [-d] [-r] [-R regexp] [-t | -S] [-l] [path]DESCRIPTION
With 'path' given, show a listing of the contents in the directory ponted out by 'path' (upon which standard path expansion is done first). With no 'path' given, show the content of the current directory. OPTIONS Filtering: -a : Include files with names starting with a period in the list. -d : Include directories only. -RSpecify a filter regexp. Only files with names matching the regexp will be shown. Sorting: By default, the list of shown file system objects is sorted alphabetically. -r : Reverse the shown list. -t : Sort on time of last change. -S : Sort on file size. Other: -h : Show a short help text. -? : Ditto. -l : long format. Shows size and latest time of change. A '*' is prepended the filename for loaded files. -s : Show file sizes. -F : Append a '*' after the name of loaded files. NOTE
Not all directories in the game can be read by anyone.SEE ALSO
cat in efun/disc_related/cat cat in wizcommands/files/catSEE ALSO
ed in build/ed ed in efun/disc_related/ed ed in wizcommands/files/edSEE ALSO
more in wizcommands/files/more