Xref: utzoo comp.sources.wanted:9556 alt.sources.wanted:43 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!brutus.cs.uiuc.edu!rpi!netserv2!deven From: deven@rpi.edu (Deven T. Corzine) Newsgroups: comp.sources.wanted,alt.sources.wanted Subject: Re: separate redirection of stderr and stdout in csh. Message-ID: Date: 26 Nov 89 16:28:15 GMT References: <13928@teraida.UUCP> <690@fylz.UUCP> Organization: Rensselaer Polytechnic Institute, Troy, NY Lines: 18 In-Reply-To: fyl@fylz.UUCP's message of 18 Nov 89 17:58:52 GMT As many people pointed out, the following works: (dumb_command > good_stuff) >& errors However, I don't believe it is possible to redirect stderr while piping stdout to another command... (Yes, you could put the entire pipeline in a subshell, but you can't have just one command from the pipeline have its stderr split away...) Ah, well. Deven -- Deven T. Corzine Internet: deven@rpi.edu, shadow@pawl.rpi.edu Snail: 2151 12th St. Apt. 4, Troy, NY 12180 Phone: (518) 274-0327 Bitnet: deven@rpitsmts, userfxb6@rpitsmts UUCP: uunet!rpi!deven Simple things should be simple and complex things should be possible.