logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hunzip - compress and encrypt dictionary files

Author

       László Németh.

                                                   2008-06-12                                          hunzip(1)

Description

hunzip  is  a small utility for text file compression and encryption, especially for sorted dictionaries.
       "hunspell filename" creates the compressed file "filename.hz" without removing the original file.

       The compression algorithm uses 16-bit Huffman encoding and line-oriented  prefix-suffix  compression.  It
       has good compression ratio for huge sorted word lists.

Name

       hunzip - compress and encrypt dictionary files

Options

-h     Display short help description.

       -Ppassword
              Encrypted compression by an arbitrary length password.

See Also

hzip(1),hunspell(1)

Synopsis

       hzip [-h] [-P password] [file(s)]

See Also