
dir [<dirname>]

        List the contents of the specified directory on the console.  If
        no argument is given, the current directory is listed.

        Note that this command works by first listing the directory into
        a temporary file, and then creating a 'more' session to display
        it.  After this completes, the temporary file is deleted.



