From mboxrd@z Thu Jan 1 00:00:00 1970 From: dfawcus+lists-tuhs@employees.org (Derek Fawcus) Date: Thu, 28 Sep 2017 09:10:59 +0100 Subject: [TUHS] UNIX of choice these days? In-Reply-To: <20170927141706.GI28606@mcvoy.com> References: <646c7556-8300-d4ab-47fd-633352ea18e7@case.edu> <20170926145326.GX28606@mcvoy.com> <20170927020214.GG28606@mcvoy.com> <4e49a311-704d-6b70-92b3-27c6565f8aa0@case.edu> <20170927141706.GI28606@mcvoy.com> Message-ID: <20170928081059.GA6207@accordion.employees.org> On Wed, Sep 27, 2017 at 07:17:06AM -0700, Larry McVoy wrote: > On Wed, Sep 27, 2017 at 09:50:10AM -0400, Chet Ramey wrote: > > > ksh93 uses fd 2 no matter what, so you don't get job control if you > > redirect stderr away from the terminal.) I'm fairly sure bash used to do something similar. I recall having to hack it around '07/'08 to cope with being started (possibly passing '-i' - I can't recall), when stderr was a pipe, stdin/stout were a pty (which was the controlling terminal), yet finding that job control didn't work. DF