Hi,
On Fri, Sep 10, 1999 at 16:46 -0300, Miguel G. wrote:
> I'm kind of desperated as a lot o (my) work is in this.
>
> I'was woking with some html files, backed up with
> gzip -c * > backup.gz
>
> I need now to get files back from there and cannot figure out how, could
> anyone please help me ?
Looks like you've compressed all your files and concatenated
them all in to one archive file. Decompress backup.gz (gunzip
backup.gz) and have a look at the resulting file backup. It
should contain every single one of your html files. You'll just
have to seperate them...
Ciao,
Stefan