diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-10-03 13:08:17 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-10-03 13:08:17 +0000 |
| commit | 8021bc361bd3bdf42ea86d3c80befba4417b1bec (patch) | |
| tree | a92c29bbe8ff6aac83496769957b7dd06043d76f /man/1/sh-std | |
| parent | 1311e23dda88a63b0497469995cbfa52c2432671 (diff) | |
20071003-1408
Diffstat (limited to 'man/1/sh-std')
| -rw-r--r-- | man/1/sh-std | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/man/1/sh-std b/man/1/sh-std index 7a07399f..b3367c7f 100644 --- a/man/1/sh-std +++ b/man/1/sh-std @@ -463,17 +463,10 @@ its standard input is connected; otherwise file descriptor is connected. .B Pipe yields the name of a file that can be opened to access -the other end of the pipe. This allows the construction -of non-linear pipelines. For example, the following runs two commands -.B old -and -.B new -and uses -.B cmp -to compare their outputs -.EX - cmp ${pipe from {old}} ${pipe from {new}} -.EE +the other end of the pipe. Note that this command is now +deprecated in favour of the +.B <{} +redirection operator built in to the shell. .TP .B ${split} .B Split |
