Difference between revisions of "Lz4"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}}[[wikipedia:LZ4 (compression algorithm)]] | {{lc}}[[wikipedia:LZ4 (compression algorithm)]] | ||
* https://manpages.org/lz4 | * https://manpages.org/lz4 | ||
+ | * <code>[[lz4 --help]]</code> | ||
+ | * Install [[Wolfi OS]]: <code>[[apk add lz4]]</code> | ||
+ | |||
+ | -d decompression | ||
lz4 -dc --no-sparse | lz4 -dc --no-sparse | ||
lz4 -dvc --no-sparse mainnet-snapshot.tar.lz4 | tar x -C ${CARDANO_BASE} | lz4 -dvc --no-sparse mainnet-snapshot.tar.lz4 | tar x -C ${CARDANO_BASE} | ||
+ | |||
+ | |||
+ | cd your_folder | ||
+ | lz4 -dc < abc.tar.lz4 | [[tar xvf]] - | ||
lz4 | lz4 | ||
Line 11: | Line 19: | ||
== See also == | == See also == | ||
* {{lz4}} | * {{lz4}} | ||
+ | |||
+ | [[Category:Compression]] |
Latest revision as of 17:16, 15 October 2024
wikipedia:LZ4 (compression algorithm)
-d decompression
lz4 -dc --no-sparse
lz4 -dvc --no-sparse mainnet-snapshot.tar.lz4 | tar x -C ${CARDANO_BASE}
cd your_folder lz4 -dc < abc.tar.lz4 | tar xvf -
lz4 refusing to read from a console
See also[edit]
Advertising: