Date: Sun, 11 Feb 2001 19:44:05 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Laurynas Biveinis" Message-Id: <2110-Sun11Feb2001194404+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <20010211164052.228.qmail@lauras.lt> Subject: Re: GCC SFN status References: <20010211164052 DOT 228 DOT qmail AT lauras DOT lt> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Laurynas Biveinis" > Date: Sun, 11 Feb 2001 18:40:52 +0200 > > Now I've written tiny progie to redirect testsuite > etc. directories to /dev/null. It works, but resulting > fnchange.lst has almost 7000 entries. Ugh. It seems > that I'm off to patch djtar with new option -e (for Exclude). > Any suggestions for better name? > > Yes, I know that this way leaves 2.03 users outside the show - > but this is too much for me. I really don't understand the problem. You don't need to type all those 7000 entries, you can produce the fnchange file on Windows with "ls -1" and then massage the result with Sed, if necessary. Where's the difficulty? One othet idea is to redirect djtar's input to a file which has a single newline in it for each directory that you want to skip. Does that work?