Please forgive me, I am unfamiliar with the Unix world. I have a directory which stores .Z files. I can open these files, and search for what I need, but I am lost when it comes time to make them a .Z file again. The compress command doesn’t work, and gzip changes the name to gz.Z. I know its just a silly command I am missing. Can you please help?
200712020000.std.Z
200712020000.Z
200712030000.std.Z
200712030000.Z
200712040000.std.Z
200712040000.Z
200712050000 <-- This is the file I need to convert back to a .Z file.
200712050000.std.Z
001: /usr/sbc/data_sent $ compress 200712050000
ksh: compress: not found
200712020000.std.Z
200712020000.Z
200712030000.std.Z
200712030000.Z
200712040000.std.Z
200712040000.Z
200712050000 <-- This is the file I need to convert back to a .Z file.
200712050000.std.Z
001: /usr/sbc/data_sent $ compress 200712050000
ksh: compress: not found