systemES
expression function
Runs a system command line and returns the exit status.
Usage
systemES(command_string)
This function returns the exit code of the command. To get the output of the command instead, use system.
Examples
systemES("test -r $HOME/houdini/123.cmd") = 0