PREZIP-BIN(1) Aspell Abbreviated User's Manual PREZIP-BIN(1) NAME prezip-bin - prefix zip delta word list compressor/decompressor SYNOPSIS prezip-bin [ -V | -d | -z ] DESCRIPTION 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. COMMANDS Prezip-bin accepts only one of these commands. -V Display prezip-bin version number to standard output. -d Read a compressed word list from standard input and decompress it to standard output. This can be a word-list-compress(1) or a prezip-bin compressed file. -z Read a binary word list from standard input and compress it to standard output. EXAMPLES prezip-bin -d wordlist.txt Decompress file wordlist.cwl to text file wordlist.txt prezip-bin -z wordlist.pz 2>errors.txt Compress wordlist.txt to binary file wordlist.pz and send any error messages to a text file named errors.txt LC_COLLATE=C sort -u wordlist.pz Sort a word list, then pipe it to prezip-bin to create a compressed binary wordlist.pz file. prezip-bin -d . Send bug reports/comments to the Aspell user list at the above address. AUTHOR This info page was written by Jose Da Silva . prezip-bin-0.1.2 2005-09-30 PREZIP-BIN(1)