|
NAMEdpipe - bi-directional pipe command SYNOPSISdpipe [ command [ args ] ] = [
command [ args ] ]
DESCRIPTIONdpipe is a general tool to run two commands diverting the
standard output of the first command into the standard input of the second
and vice-versa. It is the bi-directional extension of the | (pipe)
syntax used by all the shells. The = has been chosen as a metaphor of
two parallel communication lines between the commands. It is also possible
to concatenate several tools. Intermediate programs communicate using
standard input and standard output with the preceding tool and alternate
standard input and output (respectively file descriptors number 3 and 4)
towards the following tool. If an intermediate tool should process only the
data flowing in one direction use { or } as suffix for the
preceding = and prefix of the following one.
EXAMPLEdpipe a = b
OPTIONSno options. NOTICEVirtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Information Technologies"). SEE ALSOvde_switch(1), vde_plug(1), vde_plug2tap(1), vdeq(1). wirefilter(1). AUTHORVDE is a project by Renzo Davoli <renzo@cs.unibo.it>.
|