rc: implement and document <>{cmd} notation
http://codereview.appspot.com/105061
This commit is contained in:
parent
7a7e8ed6b2
commit
38b62735e4
2 changed files with 61 additions and 17 deletions
|
|
@ -264,6 +264,20 @@ to compare their outputs
|
|||
cmp <{old} <{new}
|
||||
.EE
|
||||
.HP
|
||||
.BI <>{ command }
|
||||
.br
|
||||
The
|
||||
.I command
|
||||
is executed asynchronously with its standard input and
|
||||
output each connected to a pipe. The value of the argument
|
||||
is a pair of file names referring to the two other ends
|
||||
of the pipes, in the order corresponding to the symbols
|
||||
.B <
|
||||
and
|
||||
.B >
|
||||
(first the pipe connected to the command's standard output,
|
||||
then the pipe connected to its standard input).
|
||||
.HP
|
||||
.IB argument ^ argument
|
||||
.br
|
||||
The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue