Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Synchronous vs. Asynchronous
- X-seq: zsh-users 15321
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Synchronous vs. Asynchronous
- Date: Sun, 22 Aug 2010 18:53:42 +0100
- In-reply-to: Message from Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> of "Sat, 21 Aug 2010 22:42:29 PDT." <100821224229.ZM32224@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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