Bash Scripting - Error Handling
Which of the following is the correct way to write a bash script that exits on error?
set -e after the shebang line.set -e correctly; others use invalid or disabling commands.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions