Linux

bazel: Open-source build and test tool similar to Make, Maven, and Gradle.

"Bazel" is an open-source build and test tool that provides a flexible and efficient framework for building software projects. It…

batch: Execute commands at a later time when the system load levels permit

"batch" is a command-line utility that allows users to schedule the execution of commands or scripts at a later time…

bat: Print and concatenate files

"bat" is a command-line tool that serves as a modern alternative to the traditional "cat" command for printing and concatenating…

bastet: Clone of the game Tetris in the terminal

"bastet" is a clone of the popular game Tetris that can be played directly in the terminal. It is designed…

bashmarks: Save and jump to commonly used directories using 1 character commands

"bashmarks" is a utility that allows users to conveniently save and quickly navigate to frequently used directories using short, single-character…

bash Command Examples

"Bash" stands for "Bourne-Again SHell," and it is a widely used command-line interpreter for Unix-like operating systems. It is designed…

bash-it: A collection of community contributed Bash commands and scripts for Bash 3.2+

"Bash-it" is a collection of community-contributed Bash commands and scripts designed to enhance the functionality and usability of the Bash…

basename Command Examples (Remove leading directory portions from a path)

The "basename" command is a utility that allows you to extract the base or file name from a given path…

base64 Command Examples (Encode or decode file or standard input to/from Base64, to standard output)

The "base64" command is a utility that enables you to encode or decode files or standard input using the Base64…

base32 Command Examples (Encode or decode file or standard input to/from Base32, to standard output)

The "base32" command is a utility that allows you to encode or decode files or standard input using the Base32…