Shell Commands/Bz2

From MorphOS Library

Revision as of 17:20, 13 March 2015 by JPV (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

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