from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
hunzip
Section: User Commands (1) Updated: 2008-06-12 Index
Return to Main Contents
NAME
hunzip - compress and encrypt dictionary files
SYNOPSIS
hzip [-h] [-P password] [file(s)]
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.
OPTIONS
- -h
-
Display short help description.
- -P password
-
Encrypted compression by an arbitrary length password.
SEE ALSO
hzip (1), hunspell(1)
AUTHOR
László Németh.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
- AUTHOR
-
|