In this Lesson, you will learn how to determine the exit status of a given command. You'll learn how to make decisions in your scripts based on the exit statuses of various commands. Finally, you'll learn how to use exit statuses in your own scripts. We'll take a look at a demonstration that will give you a practical understanding of using exit statuses.
This Lesson is intended for anyone looking to learn more about bash scripting and shell programming.
To get the most out of this Lesson, you should have some basic knowledge of the command line, but it's not essential.