LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to decompress gzip file with extension .cif? (https://www.linuxquestions.org/questions/linux-software-2/how-to-decompress-gzip-file-with-extension-cif-89644/)

priya 09-05-2003 01:42 PM

how to decompress gzip file with extension .cif?
 
i have a file which is gzip compressed and the extension is .cif.
when trying to decompress it using the command " gunzip -df abc.cif " it says
unknown suffix ignored. can u suggest a solution for this?

jpbarto 09-05-2003 01:49 PM

first execute the file utility ( 'file abc.cif' ) to make sure that it is a gzip file ... if it is then simply rename the file ( 'mv abc.cif abc.zip' (or is it .gz) ) and then unzip as usual.


All times are GMT -5. The time now is 04:28 AM.