|
NAMEprezip-bin - prefix zip delta word list compressor/decompressorSYNOPSISprezip-bin [ -V | -d | -z ]DESCRIPTIONprezip-bin compresses/decompresses sorted word lists from standard input to standard output.Prezip-bin is similar to word-list-compress(1) but it allows a larger character set of {0x00...0x09, 0x0B, 0x0C, 0x0E...0xFF} and multi-words larger than 255 characters in length. It can also decompress word-list-compress(1) compatible files. COMMANDSPrezip-bin accepts only one of these commands.
EXAMPLES
TIPSPrezip-bin is best used with sorted word list type files. It is not a general purpose compression program since resulting files may actually increase in size.Unlike word-list-compress(1) if your word list has leading or trailing blank spaces for formatting purposes, you should remove them first before you compress your list using prezip-bin -z , otherwise those spaces will be included in the compressed binary output. DIAGNOSTICSPrezip-bin normally exits with a return code of 0. If it encounters an error, a message is sent to standard error output (stderr), and prezip-bin exits with a non-zero return value. Error messages are listed below:
SEE ALSOaspell(1), run-with-aspell(1), word-list-compress(1)Aspell is fully documented in its Texinfo manual. See the `aspell' entry in info for more complete documentation. REPORTING BUGSFor help, see the Aspell homepage at <http://aspell.net>. Send bug reports/comments to the Aspell user list at the above address.AUTHORThis info page was written by Jose Da Silva <digital@joescat.com>.
Visit the GSP FreeBSD Man Page Interface. |