Is there a command in Fortran77 or later that decompresses a file?

﹥>﹥吖頭↗ 提交于 2019-12-12 01:17:03

问题


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?



来源:https://stackoverflow.com/questions/680478/is-there-a-command-in-fortran77-or-later-that-decompresses-a-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!