a.out 1> file.out 2> file.err in csh?

Asa Romberger asa at unisoft.UUCP
Thu Oct 27 02:09:29 AEST 1988


In article <4470006 at hpindda.HP.COM> kmont at hpindda.HP.COM (Kevin Montgomery) writes:
>
>hell out of me- how do you do the Bourne :
>
>	a.out 1> file.stdout 2> file.stderr
>
>in the csh?

	(a.out > file.stdout) >& file.stderr

I have found no other way! The ambiguity is eliminated because it is separate
shells.



More information about the Comp.unix.wizards mailing list