proxy::exec (public)
proxy::exec -call call [ -cd cd ] [ -ignorestderr ]
Defined in packages/acs-tcl/tcl/proxy-procs.tcl
Execute the statement in a proxy instead of normal exec
- Switches:
- -call (required)
- Call which is passed to the "exec" command
- -cd (optional)
- Change to the given directory before executing the command
- -ignorestderr (optional, boolean)
- Boolean value to indicate, whether the stderr output of the exec'ed command should be ignored.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.