From: lauras AT softhome DOT net Message-ID: <20010211190034.17650.qmail@softhome.net> References: <20010211164052 DOT 228 DOT qmail AT lauras DOT lt> <2110-Sun11Feb2001194404+0200-eliz AT is DOT elta DOT co DOT il> In-Reply-To: <2110-Sun11Feb2001194404+0200-eliz@is.elta.co.il> To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: GCC SFN status Date: Sun, 11 Feb 2001 19:00:34 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Sender: lauras AT softhome DOT net Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii writes: > 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? I don't have type 7000 entries, but resulting fnchange.lst is 400Kb. And part of it still should be human maintainable. This is too cumbersome, and djtar option, while being generally useful, solves this with a single line. > 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? Right, I was thinking about something like /bin/yes, but lost this idea later. Will see. However, I really prefer to avoid these hacks in a favor of clean solution. Laurynas