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