Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/3/84; site fluffy.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!panda!fluffy!keith From: keith@fluffy.UUCP (Admin) Newsgroups: net.unix Subject: csh bug Message-ID: <213@fluffy.UUCP> Date: Tue, 4-Mar-86 08:29:55 EST Article-I.D.: fluffy.213 Posted: Tue Mar 4 08:29:55 1986 Date-Received: Wed, 5-Mar-86 06:23:28 EST Distribution: net Organization: Enmasse Computer Corp., Acton, Mass. Lines: 15 I have inherited the maintenance of a version of csh of unknown origin (maybe from version 7). I have encountered a bug that causes the following to not work: tar cf - . | ( cd newdir ; tar xf - ) & It gives the message "write error". In fact, cat /etc/passed | (cat) & also fails. If the & is omitted, the commands work properly. Has anyone fixed this one? I believe that the first instance of the program (on the left of the |) is getting a broken pipe error. Keith Crews