From: "Colin W. Glenn" Date: Wed, 5 Feb 1997 05:54:08 GMT To: (n2m user) Reply-To: "comp.os.msdos.djgpp" Sender: news2mail AT sayama DOT or DOT jp (n2m.pl 1997-02-06-02) Cc: "John M. Aldrich" , Gurunandan R Bhat , djgpp AT delorie DOT com Message-ID: In-Reply-To: References: Subject: [NET-News:comp.os.msdos.djgpp] Re: tar for DJGPP | Followup: Path: kyouwa!infosphere!news.kddnet.ad.jp!dtinews!tokio!spinnews!wnoc-tyo-news!news.nc.u-tokyo.ac.jp!newssinet!uwvax!uwm.edu!newsfeeds.sol.net!news.maxwell.syr.edu!news.bbnplanet.com!cpk-news-hub1.bbnplanet.com!cam-news-feed2.bbnplanet.com!shore!mv!news2.mv.net!usenet Newsgroups: comp.os.msdos.djgpp Organization: None provided Lines: 29 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 4 Feb 1997, Eli Zaretskii wrote: > 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. I'm a neat freak, I like my programs to _behave_, especially concerning screen output, you have no idea how mad I was when QBasic insisted on wrapping output onto the next line when I knew darn well the output would fit within the designated start point and the right edge of the screen. > > A) Command line switch to cause Quiet? > None. Do you really want your precious sources to be quitely dumped to > Kingdom Come? I'm not sure I follow, how so? Do you mean as to the error message that djtar could not find the requested file? TEMP.DAT gets created in either case, I simply check for a zero length file. > > B) Source so I can create a Quiet version? > Get v2/djlsr201.zip from the usual DJGPP places. Thanks!