Today I learned about options for the ‘local‘ keyword in bash scripts, include ‘-r’ for ‘readonly’.
Tag Archives: readonly
The Bourne shell and Bash aren’t the right languages for larger programs
Today I read The Bourne shell and Bash aren’t the right languages for larger programs. It linked to this DKMS script which was interesting. TIL: ‘readonly’ in BASH.