Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!pacbell!ames!think!bloom-beacon!gatech!mcnc!decvax!decwrl!labrea!denali!karish From: karish@denali.UUCP (karish) Newsgroups: comp.unix.questions Subject: Re: Redirecting stdout stderr separately. Summary: Yes, it's simple. Keywords: stdout, stderr, C-Shell, Bourne Shell. Message-ID: <30@denali.UUCP> Date: 31 Mar 88 09:55:11 GMT References: <287@unh.UUCP> Reply-To: karish@denali.stanford.edu (Chuck Karish) Distribution: na Organization: Mindcraft, Inc. Lines: 13 In article <287@unh.UUCP> abc@unh.UUCP (Avinash B Chopde) writes: > >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 % (command > file1) >& file2 >Avinash Chopde Chuck