PREZIP-BIN(1) | Aspell Abbreviated User's Manual | PREZIP-BIN(1) |
prezip-bin - prefix zip delta word list compressor/decompressor
prezip-bin [ -V | -d | -z ]
prezip-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.
Prezip-bin accepts only one of these commands.
Prezip-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.
Prezip-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:
aspell(1), aspell-import(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.
For help, see the Aspell homepage at <http://aspell.net>. Send bug reports/comments to the Aspell user list at the above address.
This info page was written by Jose Da Silva <digital@joescat.com>.
2005-09-30 | prezip-bin-0.1.2 |