Use strict mode while running bash scripts
Redowan Delowar
November 8, 2021
Use unofficial bash strict mode while writing scripts. Bash has a few gotchas and this helps
you to avoid that. For example:
Where,
Further reading
- [Unofficial bash strict mode]
[unofficial bash strict mode]:
http://redsymbol.net/articles/unofficial-bash-strict-mode/
Discussion in the ATmosphere