Newsgroups: comp.os.msdos.djgpp Date: Sun, 2 Feb 1997 19:19:48 -0600 (CST) From: "Colin W. Glenn" To: Eli Zaretskii cc: Gurunandan R Bhat , "John M. Aldrich" , djgpp AT delorie DOT com Subject: Re: tar for DJGPP In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII >djtar, it always prompts me when a duplicate file will be created and >lets me rename it. Also, to redirect stderr under DJGPP you need to use Ok, that's right, I forgot. But this is for a no-intervention project, it's being set up to run all night without me babysitting it. On Sun, 2 Feb 1997, Eli Zaretskii wrote: > djtar -x -p -o /dir/subdir/file archive.tar >temp.dat > this will put only the file named after the -o switch to temp.dat. In other words, I'm piping it to temp.dat instead of extracting it as an independant file? Cool, I have means to generate unique filenames, which is necessary because I might have as many as 4-5 files waiting to be processed at any one time. (and each needs to be deleted after being used.)