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

Re: Synchronous vs. Asynchronous



Bart Schaefer wrote:
> schaefer<515> /bin/echo >>(tty 0<&1)
> /dev/ttys001
> schaefer<520> /bin/echo >>(cat 0<&1)
> cat: stdin: Input/output error
> 
> In neither case is there a SIGTTIN, so there's something wrong with this
> analysis.

Nothing's in the background here.  The point of the change affecting
>>(...) is that both processes are treated as foreground processes, so
that both get ^C.  So there's nothing to get SIGTTIN.

I'll try to commit what I've got before I go on holiday on Tuesday.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



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