I need a shell script [closed]
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.
精彩评论