Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: a.out 1> file.out 2> file.err in csh? Message-ID: <348@auspex.UUCP> Date: 29 Oct 88 03:58:42 GMT Article-I.D.: auspex.348 References: <4470006@hpindda.HP.COM> <506@ccncsu.ColoState.EDU> <8420@cit-vax.Caltech.Edu> <75092@sun.uucp> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 18 > Do any shells out there (besides sh) handle redirecting stderr > INDEPENDENT of stdout? > >ksh, as supplied by Cydrome did. I think it is part of the ksh defn. Either "ksh" stands for "Korn shell", in which case it doesn't really count - the Korn shell is supposed to be basically upward-compatible with the Bourne shell, so it handles redirecting stderr independently of stdout because the Bourne shell does - or it doesn't stand for "Korn shell", in which case 1) its creator should have thought of a better name, to avoid confusion and 2) some additional information on what this "ksh" is might be interesting.