l
UNIX file listing
SYNOPSIS
l [options] [files ... ]
DESCRIPTION
The l macro executes the UNIX command ls -l in the current directory. Some of the more useful options to ls are:
-t Sort by last-modification time.
-u Sort by last-access time.
-r Reverse the sort order.
-R Recursively descend directories and list.
DEFINITION
def l 'unix("ls -l $*")'
EXAMPLE
l -ut do.*
SEE ALSO
UNIX User Reference Manual