I need to create a .Z (compress) file as the receiver is expecting to read it with uncompress utility. But I don't have the possibility to install compress package on my Linux host.
Is there a way to get the compressed .Z file (using adaptive Lempel-Ziv coding) with gzip command?