Houdini 11 HScript commands

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

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.

On this page

Related topics