> tar -xvf file.tar.gz (which leaves file.gz, then you gzip -d file.gz)
> 

this doesn't work?  think you have to gunzip (gzip -d *tar.gz) it
first then run tar -xvf (or just tar -zxvf the tarred gunzip file).

or did I miss something?

/frank

Reply via email to