Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!oliveb!pyramid!hplabs!hpda!hptsug2!hpdstma!kamlesh From: kamlesh@hpdstma.HP.COM (Kamlesh Gandhi) Newsgroups: comp.unix.wizards Subject: Re: a.out 1> file.out 2> file.err in csh? Message-ID: <500001@hpdstma.HP.COM> Date: 27 Oct 88 01:14:00 GMT References: <4470006@hpindda.HP.COM> Organization: Hewlett-Packard TCG Tech marketing, Sunnyvale, CA Lines: 5 You might want to use the following under csh: % (a.out > file.out) >& file.error This will send your output to file.out and your errors to file.error Kamlesh