home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / bzip2v10.zip / help.txt < prev   
Text File  |  2002-10-01  |  1KB  |  26 lines

  1. bzip2, a block-sorting file compressor.  Version 1.0.0, 16-May-2000.
  2.  
  3.    usage: bzip2-100-x86-os2 [flags and input files in any order]
  4.  
  5.    -h --help           print this message
  6.    -d --decompress     force decompression
  7.    -z --compress       force compression
  8.    -k --keep           keep (don't delete) input files
  9.    -f --force          overwrite existing output files
  10.    -t --test           test compressed file integrity
  11.    -c --stdout         output to standard out
  12.    -q --quiet          suppress noncritical error messages
  13.    -v --verbose        be verbose (a 2nd -v gives more)
  14.    -L --license        display software version & license
  15.    -V --version        display software version & license
  16.    -s --small          use less memory (at most 2500k)
  17.    -1 .. -9            set block size to 100k .. 900k
  18.  
  19.    If invoked as `bzip2', default action is to compress.
  20.               as `bunzip2',  default action is to decompress.
  21.               as `bzcat', default action is to decompress to stdout.
  22.  
  23.    If no file names are given, bzip2 compresses or decompresses
  24.    from standard input to standard output.  You can combine
  25.    short flags, so `-v -4' means the same as -v4 or -4v, &c.
  26.