| ZCK(1) | General Commands Manual | ZCK(1) |
zck — compress a
file using the zchunk format
zck |
[-D file |
--dict=file]
[-m chunk |
--manual=chunk]
[-o file |
--output=file]
[-s string |
--split=string]
[-v | --verbose]
file |
zck |
-? | --help |
--usage | --version |
The zck utility creates a new zchunk file
from the data in the specified input file.
NOTE:
If no output file is specified using the -o option,
the zck utility will place the new file with the
.zck extension in the
current
working directory, not in the directory where the original file resides.
The zck utility accepts the following
optional arguments:
-D,
--dict-m,
--manual-s).-o,
--output-s,
--split-v,
--verbose-?, --help--usage--versionThe zck utility exits 0 on success,
and >0 if an error occurs.
Create (in the current directory) a zchunk-compressed words.zck file from a dictionary:
zck
/usr/share/dict/wordsThe same, but specify an output file:
zck -o /tmp/words.txt.zck
/usr/share/dict/wordsGenerate a zchunk file with chunks separated on HTML sections:
zck -s '<h2>'
doc.htmlunzck(1), zck_delta_size(1), zck_gen_zdict(1), zck_read_header(1), zckdl(1)
The zck utility was written by
Jonathan Dieter ⟨jdieter@gmail.com⟩.
This manual page stub was written by Peter Pentchev
⟨roam@ringlet.net⟩.
| May 31, 2020 | Debian |