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?
|