Compress files using the Unix
compress
command. More information: https://manned.org/compress.1.
compress path/to/file1 path/to/file2 ...
compress -f path/to/file1 path/to/file2 ...
compress -b bits
stdout
(no files are changed):compress -c path/to/file
uncompress
):compress -d path/to/file
compress -v path/to/file