EnglishFrenchSpanish

OnWorks favicon

prezip-bin - Online in the Cloud

Run prezip-bin in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command prezip-bin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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.cwl >wordlist.txt
Decompress file wordlist.cwl to text file wordlist.txt

prezip-bin -z <wordlist.txt >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.txt | prezip-bin -z >wordlist.pz
Sort a word list, then pipe it to prezip-bin to create a compressed binary
wordlist.pz file.

prezip-bin -d <words.pz | aspell create master ./words.rws
Decompress a wordlist, then pipe it to aspell(1) to create a spelling list. Please
check the aspell(1) info manual for proper usage and options.

TIPS


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.

DIAGNOSTICS


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:

(display help/usage message)
Unknown command given on the command line so prezip-bin displays a usage message to
standard error output.

unknown format
The input file appears not to be an expected format, or may possibly be a more
advanced format. The output file will be empty.

corrupt input
This is only for the decompression command -d. The input file appeared to be of a
correct format, but something appears wrong now. There may be some valid data in
output, but due to input corruption, the rest of the file can not be completed.

unexpected EOF
The input file appeared okay but ended sooner than expected, therefore the output
file is not complete.

Use prezip-bin online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad