|
|
| |
DPIPE(1) |
FreeBSD General Commands Manual |
DPIPE(1) |
dpipe - bi-directional pipe command
dpipe [ command [ args ] ] = [ command [
args ] ]
dpipe is a general tool to run two commands diverting the standard output
of the first command into the standard input of the second and viceversa. It
is the bi-directional extension of the | (pipe) syntax used by all the
shells. The = has been chosen as a metaphore of two parallel
communication lines between the commands.
It has been written as a tool for the Virtual Distributed Ethernet.
vde_switch(1), vde_plug(1), vdeq(1).
VDE is a project by Renzo Davoli <renzo@cs.unibo.it>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |