I had the exact same problem. You'd think there'd be a FAQ for basic
stuff like that, ls -a, ls -l, etc. I'm actually starting one... :-)
To answer your question, type:
tar zxpvf THEFILE.tar.gz
and it should uncompress. Don't ask me what all the switches mean; I
don't know yet. ;-)
Type "tar --help " for more help. (Note that that --help extension will
work on a lot of stuff)
Hope this does it for you.
-Dave
> I'm new to linux and use Redhat 5.0 together with win95.
> I've downloaded a tar.gz file in win95, mounted the drive where the
> file is located as a vfat filesystem.
> Now when I try to unpack the file I first type gunzip filename_tar.gz
> then tar -x filename_tar. After that I get a blank line and nothing
> happens. Can anyone tell me how to decompress these files ?
> Thanks,
> Joris