Date: Tue, 4 Feb 1997 08:44:30 +0200 (IST) From: Eli Zaretskii To: "Colin W. Glenn" cc: "John M. Aldrich" , Gurunandan R Bhat , djgpp AT delorie DOT com Subject: Re: tar for DJGPP | Followup: In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Feb 1997, Colin W. Glenn wrote: > redir -e temp.dat djtar -x -p -o /dir/subdir/file archive.tar >temp.dat > > And it it really slowed down bad. How about this: redir -e temp.err djtar -x -p -o /dir/subdir/file archive.tar >temp.dat I think you've caused a lot of trouble by redirecting both stdout and stderr to the same file, when there's no need for this. > A) Command line switch to cause Quiet? None. Do you really want your precious sources to be quitely dumped to Kingdom Come? > B) Source so I can create a Quiet version? Get v2/djlsr201.zip from the usual DJGPP places.