🖥️bzip2

➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the bzip2 command with important options and switches using examples.

▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁

#                ██████╗ ███████╗██╗██████╗ ██████╗ 
#                ██╔══██╗╚══███╔╝██║██╔══██╗╚════██╗
#                ██████╔╝  ███╔╝ ██║██████╔╝ █████╔╝
#                ██╔══██╗ ███╔╝  ██║██╔═══╝ ██╔═══╝ 
#                ██████╔╝███████╗██║██║     ███████╗
#                ╚═════╝ ╚══════╝╚═╝╚═╝     ╚══════╝
                                                   
                                                   
                                                   
#==============================#
# CMD BZIP2
#==============================##==============================#

# compress foo -> foo.bz2
bzip2 -z foo

# decompress foo.bz2 -> foo
bzip2 -d foo.bz2

# compress foo to stdout
bzip2 -zc foo > foo.bz2

# decompress foo.bz2 to stdout
bzip2 -dc foo.bz2

#==============================#
# CMD BZIP2
#==============================##==============================#
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░