Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site unitek.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!alberta!ubc-vision!unitek!reid From: reid@unitek.UUCP (Reid Spencer) Newsgroups: net.unix Subject: I/O Redirection with the C Shell Message-ID: <306@unitek.UUCP> Date: Fri, 29-Nov-85 17:02:51 EST Article-I.D.: unitek.306 Posted: Fri Nov 29 17:02:51 1985 Date-Received: Sat, 30-Nov-85 06:49:39 EST Distribution: net Organization: UNITEK TECHNOLOGIES CORPORATION, SURREY, B.C. Lines: 20 Does anyone know how to direct the standard output (fd 1) and the standard error (fd 2) to different places with the C Shell? For example, I am trying to generate an index using nroff. The index is generated on standard error while the document is generated on standard output. Using the Bourne Shell, the command is: nroff -ms document > doc 2> index There is no equivalent (that I have found) in the C Shell. Is anyone more enlightened than I am? Please send mail to me. If there is enough interest, I will post the results. Reid Spencer ...!ubc-vision!unitek!reid