 vote
 |
|
When you would like users to interact with the Bash Shell script, you can use case statements to allow them to make choices that create a more intelligent outcome with the script.
The case statement provides a way to avoid using if..then..else statements. It allows users to enter a text string, then evaluate that string and provide the option that the string indicates.
| | |
| |
|
|