开发者

I need a shell script [closed]

开发者 https://www.devze.com 2023-01-12 00:38 出处:网络
开发者_开发问答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

http://sis.agr.gc.ca/cansis/procedures/tar.Z.html#2.1

You can also use http://www.7-zip.org/ to unpack the .Z file. As mentioned by @ennuikiller, gzip -d works as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消