Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!lll-winken!lll-tis!ames!mailrus!uflorida!gatech!nascom!rar From: rar@nascom.UUCP (Alan Ramacher) Newsgroups: comp.unix.wizards Subject: Re: a.out 1> file.out 2> file.err in csh? Summary: a.out 1>file.out Message-ID: <143@nascom.UUCP> Date: 27 Oct 88 20:30:13 GMT Article-I.D.: nascom.143 References: <4470006@hpindda.HP.COM> Organization: National Advanced Systems, Atlanta, Ga. Lines: 13 In article <4470006@hpindda.HP.COM>, kmont@hpindda.HP.COM (Kevin Montgomery) writes: > > Hate to be this cluelessly stupid, but something's been bugging the > hell out of me- how do you do the Bourne : > > a.out 1> file.stdout 2> file.stderr > (a.out > file.stdout) >& file.stderr > in the csh? ("a.out > file.stdout >& file.stderr" doesn't cut it, > since ">&" is defined to be BOTH stdout and stderr, hence is an > ambiguous redirection) >