• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:lz4

2 .TH "LZ4" "1" "November 2016" "lz4 1.7.4" "User Commands"
5 \fBlz4\fR \- lz4, unlz4, lz4cat \- Compress or decompress \.lz4 files
8 \fBlz4\fR [\fIOPTIONS\fR] [\-|INPUT\-FILE] \fIOUTPUT\-FILE\fR
11 \fBunlz4\fR is equivalent to \fBlz4 \-d\fR
14 \fBlz4cat\fR is equivalent to \fBlz4 \-dcfm\fR
17 …s, it is recommended to always use the name \fBlz4\fR with appropriate arguments (\fBlz4 \-d\fR or…
20lz4\fR is an extremely fast lossless compression algorithm, based on \fBbyte\-aligned LZ77\fR fami…
22 .SS "Difference between lz4 and gzip"
23 \fBlz4\fR supports a command line syntax similar \fIbut not identical\fR to \fBgzip(1)\fR\. Differe…
26 \fBlz4\fR preserves original files
29 \fBlz4\fR compresses a single file by default (see \fB\-m\fR for multiple files)
32 \fBlz4 file1 file2\fR means : compress file1 \fIinto\fR file2
35 \fBlz4\fR shows real\-time notification statistics during compression or decompression of a single …
41 …provided, \fBand\fR if \fBstdout\fR is the console, \fBfile\fR is compressed into \fBfile\.lz4\fR\.
44 …mple : \fBlz4 file | consumer\fR sends compressed data to \fBconsumer\fR through \fBstdout\fR, hen…
52 \fBlz4 \-m\fR makes it possible to provide multiple input filenames, which will be compressed into …
58 Consequently, \fBlz4 \-m \-\-rm\fR behaves the same as \fBgzip\fR\.
62 .SS "Concatenation of \.lz4 files"
63lz4\fR files as is\. \fBlz4\fR will decompress such files as if they were a single \fB\.lz4\fR fil…
66 then lz4cat foo\.lz4
83 …nsion \fB\.lz4\fR implies \fB\-\-decompress\fR by default)\. \fB\-z\fR can also be used to force c…
87 …-decompress\fR is also the default operation when the input filename has an \fB\.lz4\fR extension\.
91 Test the integrity of compressed \fB\.lz4\fR files\. The decompressed data is discarded\. No files …
111lz4\fR cannot recognize the type of the source file, copy the source file as is to standard output…
119 …pressed file names will be appended a \fB\.lz4\fR suffix\. This mode also reduces notification lev…
203 Report bugs at: https://github\.com/lz4/lz4/issues