jims marchang <[EMAIL PROTECTED]> writes: >I need your help sir. i am trying to uncompress a file with extension ".tar.Z". >But when i run "uncompress file.tar.Z", it shows uncompress command not found.
Apparently you have not installed the program "uncompress": Tar says "uncompress command not found.". Fortunately, "gzip" is able to uncompress "*.Z" files, too. So you might try gnu tar's option "-z", telling it to use "gzip", rather than "uncompress". -- Wer mir E-Mail schreiben will, stelle | When writing me e-mail, please bitte vor meine E-Mail-Adresse meinen | precede my e-mail address with Vor- und Nachnamen, etwa so: | my full name, like Helmut Waitzmann <[EMAIL PROTECTED]>, (Helmut Waitzmann) [EMAIL PROTECTED]
