β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ for beginers ALL BZIP2 LINUX COMMANDS :
twitter.com/UndercOdeTC
π¦ #Function description: Compression program for .bz2 file by undercode
>Syntax: bzip2 [-cdfhkLstvVz] [-repetitive-best] [-repetitive-fast] [-compression level] [files to be compressed]
> Supplementary explanation: bzip2 uses a new compression algorithm, and the compression effect is better than traditional LZ77 / The LZ78 compression algorithm is good. If you do not add any parameters, bzip2 will generate a .bz2 compressed file after deleting the file, and delete the original file.
π¦ Parameters:
1) -c or --stdout send compressed and decompressed results to standard output.
2) -d or --decompress performs decompression.
3) -f or --force bzip2 When compressing or decompressing, if the output file has the same name as an existing file, the preset file will not be overwritten by default. To override, use this parameter.
4) -h or --help Display help.
5) -k or --keep bzip2 deletes the original file after compression or decompression. To keep the original file, use this parameter.
6) -s or --small reduces the amount of memory used during program execution.
7) -t or --test Test the integrity of the .bz2 compressed file.
8) -v or --verbose Display detailed information when compressing or decompressing files.
9) -z or --compress Force compression.
10) -L, --license,
11) -V or --version Display version information.
12) --repetitive-best If there are repeated data in the file, you can use this parameter to improve the compression effect.
13) --repetitive-fast If there is repeated information in the file, this parameter can be used to speed up the execution.
14) -Compression level Block size when compressed.
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ for beginers ALL BZIP2 LINUX COMMANDS :
twitter.com/UndercOdeTC
π¦ #Function description: Compression program for .bz2 file by undercode
>Syntax: bzip2 [-cdfhkLstvVz] [-repetitive-best] [-repetitive-fast] [-compression level] [files to be compressed]
> Supplementary explanation: bzip2 uses a new compression algorithm, and the compression effect is better than traditional LZ77 / The LZ78 compression algorithm is good. If you do not add any parameters, bzip2 will generate a .bz2 compressed file after deleting the file, and delete the original file.
π¦ Parameters:
1) -c or --stdout send compressed and decompressed results to standard output.
2) -d or --decompress performs decompression.
3) -f or --force bzip2 When compressing or decompressing, if the output file has the same name as an existing file, the preset file will not be overwritten by default. To override, use this parameter.
4) -h or --help Display help.
5) -k or --keep bzip2 deletes the original file after compression or decompression. To keep the original file, use this parameter.
6) -s or --small reduces the amount of memory used during program execution.
7) -t or --test Test the integrity of the .bz2 compressed file.
8) -v or --verbose Display detailed information when compressing or decompressing files.
9) -z or --compress Force compression.
10) -L, --license,
11) -V or --version Display version information.
12) --repetitive-best If there are repeated data in the file, you can use this parameter to improve the compression effect.
13) --repetitive-fast If there is repeated information in the file, this parameter can be used to speed up the execution.
14) -Compression level Block size when compressed.
β β β ο½ππ»βΊπ«Δπ¬πβ β β β