c99 – Compiles C programs according to the ISO C standard

"c99" is a command-line tool that compiles C programming language source code files according to the ISO C standard. It…

bzip2: A block-sorting file compressor

"bzip2" is a file compression utility that employs block-sorting algorithms to compress data efficiently. It is designed to reduce the…

bzgrep: Find patterns in bzip2 compressed files using grep

"bzgrep" is a command-line tool that allows users to search for patterns within bzip2-compressed files using the "grep" command. "grep"…

bzfgrep: Find any fixed strings separated by new lines in bzip2 compressed files using fgrep

"bzfgrep" is a command-line tool that allows users to search for fixed strings separated by new lines within bzip2-compressed files…

bzegrep: Find extended regular expression patterns in bzip2 compressed files using egrep

"bzegrep" is a command-line tool that allows users to search for extended regular expression patterns within bzip2-compressed files using the…

bvnc: A GUI tool for browsing for SSH/VNC servers on the local network

"bvnc" is a graphical user interface (GUI) tool designed to simplify the process of discovering and connecting to SSH (Secure…

bup: Backup system based on the Git packfile format, providing incremental saves and global deduplication

"Bup" is a backup system that utilizes the Git packfile format to provide efficient and flexible backup capabilities. It offers…

bundletool: Command-line tool to manipulate Android Application Bundles

The "bundletool" is a command-line tool developed by Google for manipulating Android Application Bundles (AAB). An Android Application Bundle is…

bundletool dump: Command-line tool to manipulate Android Application Bundles

The "bundletool dump" command-line tool is a part of the bundletool suite, which is used for manipulating Android Application Bundles…

bundle: Dependency manager for the Ruby programming language

In the context of the Ruby programming language, "bundle" refers to a dependency manager commonly known as Bundler. Bundler is…