Lines Matching +full:files +full:- +full:based
33 .Nd compression/decompression tool using Lempel-Ziv coding (LZ77)
61 program compresses and decompresses files using Lempel-Ziv coding
64 .Ar files
82 .Ar files
107 is also capable of decompressing files compressed using
116 .Bl -tag -width XXrXXXrecursiveX
126 .It Fl c , Fl Fl stdout , Fl Fl to-stdout
128 stream, leaving files intact.
133 This allows files with multiple links, symbolic links to regular files,
134 overwriting of pre-existing files, reading from or writing to a terminal,
137 option, allowing non-compressed data to pass through unchanged.
143 from deleting input files after (de)compression.
144 .It Fl L , -license
158 .It Fl n , Fl Fl no-name
166 the files in a directory tree individually, using the
173 This option will test compressed files for integrity.
185 is set, it is parsed as a white-space separated list of options
198 .Bl -tag -width indent
212 program was originally written by Jean-loup Gailly, licensed under
216 distribution media, based on the freely re-distributable zlib library.
217 It was enhanced to be mostly feature-compatible with the original
225 was ported based on the
232 .An -nosplit
240 According to RFC 1952, the recorded file size is stored in a 32-bit
241 integer, therefore, it cannot represent files larger than 4GB.