Difference between revisions of "Lz4"

From wikieduonline
Jump to navigation Jump to search
 
(2 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
 +
 +
-d decompression
  
 
  lz4 -dc --no-sparse
 
  lz4 -dc --no-sparse
Line 7: Line 9:
  
  
 +
cd your_folder
 
  lz4 -dc < abc.tar.lz4 | [[tar xvf]] -
 
  lz4 -dc < abc.tar.lz4 | [[tar xvf]] -
  
Line 14: Line 17:
 
== See also ==
 
== See also ==
 
* {{lz4}}
 
* {{lz4}}
 +
 +
[[Category:Compression]]

Latest revision as of 09:40, 10 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: