X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Thu, 31 Jan 2002 10:48:26 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Cc: Eli Zaretskii Subject: Re: djtar patch Message-ID: <20020131104826.E4833@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com, Eli Zaretskii References: <20020131095030 DOT A4833 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from eliz@is.elta.co.il on Thu, Jan 31, 2002 at 06:28:10PM +0200 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 -: > If you want to extract "Program files" -: > to "My Program Files", then you already have LFN-capable system and you -: > don't need djtar in the first place. -: -: That's true, but even "Program Files -> ProgFiles" will not work, I -: think. Or will it? Currently, "Program Files -> ProgFiles" cannot succeed with djtar; scanf will see three arguments instead of two unless we introduce (e.g.) a tab- delimited format. But, if someone has a file "Program Files", then they are LFN-ok and don't need djtar. Use GNU tar and rename files after extraction. (Is there any way to rename "Program Files" to ProgFiles during a GNU tar extraction? I think -T is only to give of list of existing filenames to put into the archive....)