Returns a list of files and directories in the UNIX working directory. This command is non-recursive.
Usages
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. |