
lz4
List of commands for lz4:
-
lz4:tldr:0375a lz4: Decompress a file and write to `stdout`.$ lz4 -dc ${file-lz4}try on your machineexplain this command
-
lz4:tldr:a13f1 lz4: Decompress and unpack a directory and its contents.$ lz4 -dc ${dir-tar-lz4} | tar -xvtry on your machineexplain this command
-
lz4:tldr:f3b3e lz4: Decompress a file.$ lz4 -d ${file-lz4}try on your machineexplain this command
-
lz4:tldr:fde77 lz4: Compress a file using the best compression.$ lz4 -9 ${filename}try on your machineexplain this command