Description
Compresses and decompresses files using the classic LZW compress format. It is useful for compatibility with older Unix archives, scripts, and systems that still expect .Z files.
Use it when working with legacy compressed files. For new data, modern compression formats may offer better compression, integrity checks, or tooling.