
lzop
List of commands for lzop:
-
lzop:tldr:04e18 lzop: Compress a file, while specifying the compression level. 0 = Worst, 9 = Best (Default level is 3).$ lzop -${level} ${filename}try on your machineexplain this command
-
lzop:tldr:7f68e lzop: Decompress a file.$ lzop -d ${filename}.lzotry on your machineexplain this command
-
lzop:tldr:d869a lzop: Compress a file into a new file with the `.lzo` suffix.$ lzop ${filename}try on your machineexplain this command