Date: Wed, 26 May 1999 13:27:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: mdruiter AT cs DOT vu DOT nl cc: djgpp AT delorie DOT com Subject: Re: unpacking .deb's In-Reply-To: <7igd0k$7pq@cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 26 May 1999 mdruiter AT cs DOT vu DOT nl wrote: > ar p /SOME/DIR/PACKAGE.deb data.tar.gz | tar -zxvpf - > > I think, with DJGPP, it is better to do this in two steps: > > ar p /SOME/DIR/PACKAGE.deb data.tar.gz > data.tgz > djtarx data.tgz > > This allows auto-filename-conversion as built into djtar. Why is the latter better than using the DJGPP port of GNU Tar? Tar implements almost the same name-conversion as DJTAR does.