Difference between revisions of "Lz4"
Jump to navigation
Jump to search
(Created page with " lz4 -dc --no-sparse * {{lz4}}") |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}}[[wikipedia:LZ4 (compression algorithm)]] | ||
+ | * 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} | ||
+ | cd your_folder | ||
+ | lz4 -dc < abc.tar.lz4 | [[tar xvf]] - | ||
+ | |||
+ | lz4 | ||
+ | refusing to read from a console | ||
+ | |||
+ | == 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: