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…

banner Command Examples (Print the given argument as a large ASCII art)

The "banner" command is a utility that allows you to print a given argument or message as large ASCII art.…

bandwhich Command Examples (Display the current network utilization by process, connection or remote IP/hostname)

bandwhich is a command-line utility that displays the current network utilization, providing information about network usage by process, connection, or…

balena Command Examples (Interact with the balenaCloud, openBalena and the balena API from the command-line)

balena is a command-line tool that allows you to interact with the balenaCloud, openBalena, and the balena API. balenaCloud is…

badblocks Command Examples (Search a device for bad blocks)

badblocks is a command-line utility used to search for and identify bad blocks on a storage device, such as a…

babel Command Examples (A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax)

Babel is a popular open-source tool that functions as a transpiler, which means it converts code written in JavaScript ES6/ES7…

b2sum Command Examples (Calculate BLAKE2 cryptographic checksums)

b2sum is a command-line utility that allows you to calculate BLAKE2 cryptographic checksums. BLAKE2 is a cryptographic hash function that…