
lrzip
List of commands for lrzip:
-
lrzip:ai:a25f4 Compresses the 'folder' quickly using lrzip$ lrzip -f foldertry on your machineexplain this command
-
lrzip:tldr:0db5b lrzip: light compression, extremely fast decompression.$ lrzip -l ${filename}try on your machineexplain this command
-
lrzip:tldr:8e16b lrzip: Compress a file and password protect/encrypt it.$ lrzip -e ${filename}try on your machineexplain this command
-
lrzip:tldr:951ab lrzip: Override the number of processor threads to use.$ lrzip -p ${8} ${filename}try on your machineexplain this command
-
lrzip:tldr:aefcd lrzip: extreme compression, but very slow.$ lrzip -z ${filename}try on your machineexplain this command
-
lrzip:tldr:c2841 lrzip: slow compression, fast decompression.$ lrzip ${filename}try on your machineexplain this command
-
lrzip:tldr:e06be lrzip: good middle ground for compression/speed.$ lrzip -b ${filename}try on your machineexplain this command