spec

Software for Diffraction

ls

UNIX file listing

SYNOPSIS

ls [options] [files ... ]

DESCRIPTION

The ls macro executes the UNIX command ls 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 ls 'unix("ls $*")'

EXAMPLE

ls -tr do.*

SEE ALSO

UNIX User Reference Manual