|
Testing the Exit Status of a Command |
 vote
 |
|
| The Bash shell provides a builtin command that allows you to test the exit status of a command to determine if the command was successful or not. The test command provides a way to make decisions about what will happen next in a script.
| | |
| |
|
|
| read more | score:7891 | -aweber, November 4, 2011 |