notice avoiding misundertanding between virtual distributed Ethernet and
[vde.git] / vde / doc / dpipe.1
blob08a2294852327ebe964ea5f27c5223bc47d45f26
1 .\" Copyright (c) 2004 Renzo Davoli
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
23 .TH DPIPE 1 "February 23, 2004" "Virtual Distributed Ethernet"
24 .SH NAME
25 dpipe \- bi-directional pipe command
26 .SH SYNOPSIS
27 .B dpipe 
28
29 .I command
31 .I args
34 .BI =
36 .I command
38 .I args
41 .br
42 .SH DESCRIPTION
43 \fBdpipe\fP is a general tool to run two commands diverting the
44 standard output of the first command into the standard input of the second
45 and viceversa.
46 It is the bi-directional
47 extension of the \fB|\fP (pipe) syntax used by all the shells.
48 The \fB=\fP has been chosen as a metaphore of two parallel communication lines
49 between the commands.
50 .br
51 It has been written as a tool for the Virtual Distributed Ethernet.
52 .SH NOTICE
53 Virtual Distributed Ethernet is not related in any way with
54 www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik"
55 i.e. the German "Association for Electrical, Electronic & Information
56 Technologies").
57 .SH OPTIONS
58 no options.
59 .SH SEE ALSO
60 .BR vde_switch (1),
61 .BR vde_plug (1),
62 .BR vdeq (1).
63 .br
64 .SH AUTHOR
65 VDE is a project by Renzo Davoli <renzo@cs.unibo.it>