redirect¶
- -append
Append output to the file
- -tee
Tee output to the current output stream
- -file
Output to a file (default)
- -compress
Compress when writing to file
- -variable
Output to a variable
- -channel
Output to a Tcl channel
- -bg
Execute redirected cmd string in background. PID of the background process is return when this option is used
- -max_cores
Number of cores to use to execute the command in background
- -target
Name of file/variable target for redirect
- -command_string
Command to redirect. Should be in braces {}
-append¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
channel append
simple case
There is currently no simple case.
-tee¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-file¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
file channel variable
simple case
There is currently no simple case.
-compress¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-variable¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
file channel variable
simple case
There is currently no simple case.
-channel¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
file channel variable
- GroupType.TYPE_CONFLICT:
channel append
simple case
There is currently no simple case.
-bg¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-max_cores¶
attribute
- type:
INT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-target¶
attribute
- type:
STRING
- positional:
True
- default:
related_options
simple case
There is currently no simple case.
-command_string¶
attribute
- type:
STRING
- positional:
True
- default:
related_options
simple case
There is currently no simple case.