News

Many Linux-based machines run Bash as their standard scripting engine, but some distributions, like Alpine and Debian, don't. Testing your script with other shells can help with portability.
Shell scripts are not compiled — at least, not typically — so the shell only reads what it needs to do the work. That means if your script is careful to exit, you can add as much “garbage ...
Shell scripting is one of those skills that are absolutely invaluable on especially UNIX and BSD-based systems like the BSDs, the two zillion Linux distributions as well as MacOS.