Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uupsi!cmcl2!adm!news From: dichter@chdasic.sps.mot.com (Carl Dichter) Newsgroups: comp.unix.wizards Subject: re: How to redirect just stderr under the C Shell? Message-ID: <26852@adm.brl.mil> Date: 10 May 91 16:40:29 GMT Sender: news@adm.brl.mil Lines: 17 RTFFAQ Paraphrased from the comp.unix.questions FAQ, Item # 16: (You actually need to run the command in a subshell) (command > stdout_file ) 2>& stderr_file (or let sh do the work for you) sh -c 'command > stdout_file 2> stderr_file' Have Fun. Carl R. Dichter Staff Software Engineer/Scientist Motorola ASIC Division