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

Append output to the file

attribute

type:

BOOL

positional:

False

default:

related_options

GroupType.TYPE_CONFLICT:

channel append

simple case

There is currently no simple case.


-tee

Tee output to the current output stream

attribute

type:

BOOL

positional:

False

default:

related_options

simple case

There is currently no simple case.


-file

Output to a file (default)

attribute

type:

BOOL

positional:

False

default:

related_options

GroupType.TYPE_CONFLICT:

file channel variable

simple case

There is currently no simple case.


-compress

Compress when writing to file

attribute

type:

BOOL

positional:

False

default:

related_options

simple case

There is currently no simple case.


-variable

Output to a variable

attribute

type:

BOOL

positional:

False

default:

related_options

GroupType.TYPE_CONFLICT:

file channel variable

simple case

There is currently no simple case.


-channel

Output to a Tcl 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

Execute redirected cmd string in background. PID of the background process is return when this option is used

attribute

type:

BOOL

positional:

False

default:

related_options

simple case

There is currently no simple case.


-max_cores

Number of cores to use to execute the command in background

attribute

type:

INT

positional:

False

default:

related_options

simple case

There is currently no simple case.


-target

Name of file/variable target for redirect

attribute

type:

STRING

positional:

True

default:

related_options

simple case

There is currently no simple case.


-command_string

Command to redirect. Should be in braces {}

attribute

type:

STRING

positional:

True

default:

related_options

simple case

There is currently no simple case.