Shell Commands/Bz2
From MorphOS Library
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