Linux Commands Examples

A great documentation place for Linux commands

precat

prefix delta compressor for Aspell


see also : preunzip

Synopsis

precat [-dzhLV] [-cfksSq] [file ...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

prezip is a a prefix delta compressor. It is not a general purpose compressor and should only be used on sorted word lists or other similar text files. It will likely increase the size of binary data.

If invoked as prezip, the default action is to compress. If invoked as preunzip, the default action is to decompress. If invoked as precat, the default action is to decompress to stdout.

If no file names are given then prezip will compress or decompress from the standard input to the standard output. Short flags can be combined so that "-c -s" is the same as "-cs".

options

-h --help

display help

-d --decompress

force decompression

-z --compress

dorce compression

-L --license

display software license

-V --version

display version

-c --stdout

decompress to standard output

-f --force

force

-k --keep

keep input files

-s --sort

sort and remove duplicates before compressing

-S --nocwl

do not rename .wl suffix to .cwl (use .wl.pz instead)

-q --quiet

suppress all warnings


author

This manual page was written by Brian Nelson <pyro[:at:]debian[:dot:]org> based on the output of help2man. Aspell is Copyright © 2002 Kevin Atkinson.

How can this site be more helpful to YOU ?


give  feedback