Content deleted Content added
alphabetized the categories |
Anishpatel0 (talk | contribs) →Examples: Correct link from *statistical* standard error to *computing system* standard error |
||
Line 78:
Rc also supports more dynamic piping:
a |[2] b ''# pipe only [[standard error stream|standard error]] of a to b — in [[Bourne shell]] as a 3>&2 2>&1 >&3 | b''
a <>b ''# opens b as a's [[standard input]] and [[standard output]]''
a <{b} <{c} ''# becomes a {standard output of b} {standard output of c}''
|