I have a file that is compressed and I want to decompress it. Do you know if there is a command or do I need to follow another path?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There isn't one built into FORTRAN 77, but you can shell out to the UNIX commands gzip, gunzip to compress/decompress a file (assuming you are running on UNIX).
回答2:
Does this help you?