I need a script for uncompressing file directory.logs .z.z.z.z.z.z to directory.logs
A:
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.
Edward Leno
2010-08-13 19:18:34