home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / coproc < prev    next >
Encoding:
Text File  |  1993-10-08  |  277 b   |  6 lines

  1.        If a pipeline is preceded by coproc, it is executed  as  a
  2.        coprocess;  a  two-way  pipe is established between it and
  3.        the parent shell.  The shell can read from or write to the
  4.        coprocess  by  means of the >&p and <&p redirection opera-
  5.        tors.
  6.