07 Jun 2025
2 minutes read

Centralized Bash History With Timestamps
BASH is my Linux shell of choice (it’s zsh on macOS). It’s a great command line interpreter that strikes the …
BASH is my Linux shell of choice (it’s zsh on macOS). It’s a great command line interpreter that strikes the …
BASH is my Unix/Linux shell of choice. It’s a great command line interpreter that strikes the right balance of …
Secure keyboard input in BASH I needed to create a very simple bash script that required a password to be provided using …