All kinds of things can go wrong with your shell scripts, but they don't have to. Let's look a some debugging tips that can help ensure your scripts run the way you intend. The first step in debugging ...
Last week's post provided some tips and tricks for debugging scripts. This week's provides some even better ones! In last week’s posting, I mentioned the -x and -v options that can be used on the ...