From the NannyMUD documentation

LAST CHANGE

2000-12-08

COMMAND



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.
	-R 
	     Specify 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/cat

SEE ALSO

        ed in build/ed
        ed in efun/disc_related/ed
        ed in wizcommands/files/ed

SEE ALSO

        more in wizcommands/files/more