Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hunzip(1)		    General Commands Manual		     hunzip(1)

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, es-
       pecially	 for sorted dictionaries. "hunspell filename" creates the com-
       pressed file "filename.hz" without removing the original	file.

       The compression algorithm uses 16-bit Huffman  encoding	and  line-ori-
       ented 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
       Lszl Nmeth.

				  2008-06-12			     hunzip(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hzip&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help