Path: utzoo!mnetor!uunet!unh!abc From: abc@unh.UUCP (Avinash B Chopde) Newsgroups: comp.unix.questions Subject: Redirecting stdout stderr separately. Message-ID: <287@unh.UUCP> Date: 30 Mar 88 21:02:08 GMT Distribution: na Organization: University of New Hampshire, Durham, NH Lines: 17 Keywords: stdout, stderr, C-Shell, Bourne Shell. Is there any simple way in C-Shell to duplicate the following Bourne Shell command to redirect stdout messages to file1 and stderr messages to file 2 ? $ command 1> file1 2> file2 Right now, I enter the Bourne shell from C-Shell every time I need to do stuff like that. Thanks in advance for any replies. -- Avinash Chopde abc@unhcs.CSNET {.....}!uunet!unh!abc "You're Joking Me!" ==================== (Standard Disclaimer Applies).