From: Jason Green To: tomstdenis AT yahoo DOT com Cc: djgpp AT delorie DOT com Subject: Re: findfirst/findnext woes Date: Tue, 02 Jan 2001 14:42:11 +0000 Message-ID: References: <4dg35tc0df25mr9krka82lgno0b3pkqsv3 AT 4ax DOT com> In-Reply-To: X-Mailer: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id JAA27082 Reply-To: djgpp AT delorie DOT com On Tue, 2 Jan 2001, Eli Zaretskii wrote: > On Tue, 2 Jan 2001, Jason Green wrote: > > > Tar includes gzip compression, it could be used with `bzip' too but I > > don't know if `bzip' utility is ported to DJGPP yet. > > The DJGPP port of bzip2, courtesy of Juan Manuel Guerrero > , is available from the > usual DJGPP sites: > > ftp://fp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/bz2-100b.zip In that case, to compress the directory `subdir': tar -c subdir | bzip2 > subdir.tar.bz2 and to restore: bunzip2 -c subdir.tar.bz2 | tar -x