Rc (Unix shell): Difference between revisions

Content deleted Content added
No edit summary
Line 73:
}
</source>
 
 
Rc also supports more dynamic piping:
 
 
a |[2] b ''# pipe only [[standard error stream|standard error]] of a to b — equivalent to '3>&2 2>&1 >&3 | b' in [[Bourne shell]]''<ref name=RCTD/>{{rp|at=Advanced I/O Redirection}}