[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] silent job monitor when 'set +m'
From: |
Chet Ramey |
Subject: |
Re: [PATCH] silent job monitor when 'set +m' |
Date: |
Tue, 10 Nov 2009 11:44:11 -0500 |
User-agent: |
Thunderbird 2.0.0.23 (Macintosh/20090812) |
Jeff Chua wrote:
> > On Tue, Nov 10, 2009 at 6:20 AM, Jan Schampera
> <jan.schampera@web.de <mailto:jan.schampera@web.de>
> > <mailto:jan.schampera@web.de <mailto:jan.schampera@web.de>>> wrote:
> >
> > Chet Ramey schrieb:
> >
> > > redirect stderr
> > > kill pid
> > > wait pid
> > > restore stderr
> > >
> > > It seems to me that this sequence forces the necessary
> synchronicity.
> >
> > Interesting. And sad that I never thought of that
> >
> >
> > Will you consider having like a new option "set -j" to switch
> displaying
> > job information on/off"?
>
> I am inclined not, since there's a relatively easy workaround.
>
>
>
> How do you silent this one without a subshell.
What's wrong with the approach above?
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Re: [PATCH] silent job monitor when 'set +m', (continued)
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/08
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/08
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/09
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/09
- Re: [PATCH] silent job monitor when 'set +m', Marc Herbert, 2009/11/09
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/09
- Message not available
- Re: [PATCH] silent job monitor when 'set +m', Jan Schampera, 2009/11/09
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/10
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/10
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/10
- Re: [PATCH] silent job monitor when 'set +m',
Chet Ramey <=
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/10
- Re: [PATCH] silent job monitor when 'set +m', Jeff Chua, 2009/11/10
- Re: [PATCH] silent job monitor when 'set +m', Pierre Gaston, 2009/11/11
- Re: [PATCH] silent job monitor when 'set +m', Pierre Gaston, 2009/11/11
- Re: [PATCH] silent job monitor when 'set +m', Pierre Gaston, 2009/11/11
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/11
- Re: [PATCH] silent job monitor when 'set +m', Chet Ramey, 2009/11/11
Re: [PATCH] silent job monitor when 'set +m', Jan Schampera, 2009/11/07