2008/7/21 Abhishek Amberkar [अभिषेक] abhishek.amberkar@gmail.com:
On Sun, Jul 20, 2008 at 3:07 PM, Raj Mathur raju@linux-delhi.org wrote:
tar tvf rhl-sap-en-80.tgz should do it, or rename it to .tar and use Ark or your favourite GUI archiver to view/extract.
Thanks...this worked. since the extension is .tgz I used `tar -xzvf file.tgz', which didn't work.
yes. and since ``file file.tgz'' told you it was a POSIX tar arvhive, you had to skip the "z" option.
Anurag