wrotycz wrote:
Until I see it first hand I don't want / can't say anything.

I would like to see it too, before I can express opinion about it.

Here is the output of 'clzip --help' from the development version (to be released in a few days). Please, send your comments soon:

$ ./clzip -h
Clzip is a lossless data compressor.

Usage: /home/yo/temp/build/clzip [options] [files]

Options:
  -h, --help                     display this help and exit
  -V, --version                  output version information and exit
  -a, --trailing-error           exit with error status if trailing data
  -b, --member-size=<bytes>      set member size limit of multimember files
  -c, --stdout                   write to standard output, keep input files
  -d, --decompress               decompress, test compressed file integrity
  -f, --force                    overwrite existing output files
  -F, --recompress               force re-compression of compressed files
  -k, --keep                     keep (don't delete) input files
  -l, --list                     print (un)compressed file sizes
  -m, --match-length=<bytes>     set match length limit in bytes [36]
  -o, --output=<file>            write to <file>, keep input files
  -q, --quiet                    suppress all messages
  -s, --dictionary-size=<bytes>  set dictionary size limit in bytes [8 MiB]
  -S, --volume-size=<bytes>      set volume size limit in bytes
  -t, --test                     test compressed file integrity
  -v, --verbose                  be verbose (a 2nd -v gives more)
  -0 .. -9                       set compression level [default 6]
      --loose-trailing           allow trailing data seeming corrupt header

If no file names are given, or if a file is '-', clzip compresses or
decompresses from standard input to standard output.

Report bugs to [email protected]
Clzip home page: http://www.nongnu.org/lzip/clzip.html

Reply via email to