Difference between revisions of "Shell Commands/Bz2"

From MorphOS Library

< Shell Commands

(Created page with "'''Bz2''' - Compresses or decompresses files FROM/A, TO/A, D=DECOMPRESS/S, BUF=BUFFER/K/N, BS=BLOCKSIZE/K/N, FORCE=FORCEOVERWRITE/S, PM=PROGRESSMETER/S <nowiki> FROM...")
 
 
Line 10: Line 10:
 
                 1 is the fastest and 9 gives the best compression.
 
                 1 is the fastest and 9 gives the best compression.
 
FORCEOVERWRITE - Overwrites existing destination file
 
FORCEOVERWRITE - Overwrites existing destination file
PROGRESSMETER  - Show the progress information
+
PROGRESSMETER  - Show the progress information</nowiki>

Latest revision as of 17:37, 13 March 2015

Bz2 - Compresses or decompresses files

FROM/A, TO/A, D=DECOMPRESS/S, BUF=BUFFER/K/N, BS=BLOCKSIZE/K/N, FORCE=FORCEOVERWRITE/S, PM=PROGRESSMETER/S

FROM           - Source file
TO             - Destination file
DECOMPRESS     - Decompress the source file instead of compressing
BUFFER         - Buffer size
BLOCKSIZE      - Data block size for the compression can be selected with values between 1 and 9.
                 1 is the fastest and 9 gives the best compression.
FORCEOVERWRITE - Overwrites existing destination file
PROGRESSMETER  - Show the progress information