uls command

Returns a list of files and directories in the UNIX working directory. This command is non-recursive.

All Usages Options

See also: unix, ucd, upwd, umkdir

Usages

  1. uls [-d | -f] [-p search_path] [pattern]

Options

-d

List only directories.

-f

List only files.

-p search_path

List files and directories under search_path instead of the current working directory.

pattern

List files and directories that match pattern.