Bash Automation and Scripting Basics (Part 3)
We also want to quickly debug our scripts with minimal fuss and high-end results. This can be done using a very handy tracing feature, build directly into the Bash command interpreter. We’ll look into this in the second topic. You may also want to keep an eye out for our upcoming article on the related shellcheck. And finally we will explore how to run scripts as a background process. Script Debugging Debugging a script in Bash need not be hard!...