开发者_开发问答It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
开发者_开发问答 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I need a script for uncompressing file directory.logs .z.z.z.z.z.z to directory.logs
hmmmm....gzip -d is a good start....
There are a number of utilities that can help. In UNIX you can use the uncompress command
精彩评论