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...")
(No difference)

Revision as of 15:20, 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

<nowiki>

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