Houdini 11
Expression functions
system
expression function
Runs a system command line and returns the output.
Usage
system(
command_string
)
Examples
system("finger")
On this page
Usage
Examples