Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: coprocess file descriptor p isn't closed after coprocess exits



On Jul 29,  9:19pm, Mikael Magnusson wrote:
} Subject: coprocess file descriptor p isn't closed after coprocess exits

The coprocess descriptor is like any other FIFO; it stays open until
both ends are done with it.  See more explanation in

    http://www.zsh.org/mla/users/2009/msg00574.html

} I couldn't figure out any syntax for closing the p descriptor manually
} like you would do with exec 2>&-

Nothing about coproc has changed in 10 years, so:

    http://www.zsh.org/mla/users/1999/msg00619.html



Messages sorted by: Reverse Date, Date, Thread, Author