BASH
Bash is the GNU Project’s shell—the Bourne Again SHell.
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used as the default login shell for most Linux distributions. Bash was one of the first programs Linus Torvalds ported to Linux, alongside GCC.
TIL(s)
- Bash List Only Directories
- BashTOP Resource Monitor
- Case Statements
- Concatenate Strings
- Custom Shell Prompt
- Length of String in Variable
- Test Regular Expression Against A String
- Pass Arguments while Piping
- Read Command Output In Reverse Order
- “set -e” In Scripts
- Set MacOS Like Terminal Font
- Set Unlimited Bash History
- Shell Formatter
- Yes