Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Suppressing certain system messages Message-ID: <16859@sri-arpa.UUCP> Date: Wed, 22-Feb-84 03:28:07 EST Article-I.D.: sri-arpa.16859 Posted: Wed Feb 22 03:28:07 1984 Date-Received: Fri, 2-Mar-84 08:09:56 EST Lines: 6 From: Doug Gwyn (VLD/VMB)If you were using the Bourne shell, simply redirecting the error output via 2>&- would shut up the process ID printout when running a background process, and there would be no "Done" message.. Maybe you can shunt out stderr in the Cshell in a similar fashion?