> > Martin> Not necessarily so. Perhaps "gunzip figures.tar.gz" > Martin> followed by "tar -xvf figures.tar" works out all right. > > I have tried that, I get a "unexpected EOF error" when gunziping Maybe `gzip -dc figures.tar.gz > somename.tar` (and tar afterwards) will do better? -- just a thought... Dimitri