delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/01/02/09:47:10

From: Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk>
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: <vep35t4jkcgjhmqep8jgjr7hpi33rs2gsn@4ax.com>
References: <4dg35tc0df25mr9krka82lgno0b3pkqsv3 AT 4ax DOT com> <Pine DOT SUN DOT 3 DOT 91 DOT 1010102143356 DOT 20011B-100000 AT is>
In-Reply-To: <Pine.SUN.3.91.1010102143356.20011B-100000@is>
X-Mailer: Forte Agent 1.7/32.534
MIME-Version: 1.0
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 <eliz AT is DOT elta DOT co DOT il> 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 
> <ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De>, 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019