CommandRedir type
Methods
- init(pr:ProcessRedir, cr:CommandRedir) Source: stdlib.ngs:5980
Undocumented
- init(r:CommandRedir, fd:Any, marker:Any, datum:Any) Source: stdlib.ngs:6334
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:6341
Throw exception whend redirecting to/from null
- Str(r:CommandRedir) Source: stdlib.ngs:6349
Convert CommandRedir to human-readable string. Returns
Str