Bash Scripting - Error Handling
Which of the following is the correct syntax to exit a bash script with code 5?
exit N, where N is a number.exit 5, which is valid syntax. Others are invalid in bash.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions