CommandRedir type

Input/output redirection

Methods

init(pr:ProcessRedir, cr:CommandRedir) Source: stdlib.ngs:5539
Undocumented
init(r:CommandRedir, fd:Any, marker:Any, datum:Any) Source: stdlib.ngs:5892
Initialize CommandRedir object. Used internally for commands syntax.

Automatically called by NGS for syntax

$(my_prog >my_file)
init(r:CommandRedir, fd:Any, marker:Any, datum:Null) Source: stdlib.ngs:5899
Throw exception whend redirecting to/from null
Str(r:CommandRedir) Source: stdlib.ngs:5907
Convert CommandRedir to human-readable string.

Returns

Str