1ZCK_GEN_ZDICT(1)          BSD General Commands Manual         ZCK_GEN_ZDICT(1)
2

NAME

4     zck_gen_zdict — extract a dictionary and optionally the separate chunks
5     from a zdict file
6

SYNOPSIS

8     zck_gen_zdict [-d directory | --dir=directory] [-v | --verbose] file
9     zck_gen_zdict -? | --help | --usage | --version
10

DESCRIPTION

12     The zck_gen_zdict utility reads the specified zchunk file, extracts the
13     dictionary used during the compression, and optionally uncompresses the
14     individual chunks into the specified directory.
15
16     The zck_gen_zdict utility accepts the following optional arguments:
17
18     -d, --dir
19             In addition to extracting the dictionary, uncompress the individ‐
20             ual chunks as sequential files into the specified directory.
21
22     -v, --verbose
23             Verbose operation; display some diagnostic output.
24
25     -?, --help
26             Display program usage information and exit.
27
28     --usage
29             Display brief program usage information and exit.
30
31     --version
32             Display program version information and exit.
33

EXIT STATUS

35     The zck_gen_zdict utility exits 0 on success, and >0 if an error occurs.
36

EXAMPLES

38     Extract a zchunk file's dictionary into the words.txt.zdict file:
39
40           zck_gen_zdict words.txt.zck
41
42     Extract the dictionary into words.txt.zdict and also the chunks into the
43     chunks/ directory:
44
45           zck_gen_zdict -d chunks/ words.txt.zck
46

SEE ALSO

48     unzck(1), zck(1), zck_delta_size(1), zck_read_header(1), zckdl(1)
49

AUTHOR

51     The zck_gen_zdict utility was written by Jonathan Dieter
52     <jdieter@gmail.com>.  This manual page stub was written by Peter Pentchev
53     <roam@ringlet.net>.
54
55BSD                              May 31, 2020                              BSD
Impressum