views:

46

answers:

2

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  A: 

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).

Mitch Wheat
+1  A: 

Does this help you?

ldigas