Shell Script: Case structure and Select Statement | Freshtutorial.com
The case structure like if statement is used in decision making in the shell script. We already find out how to make the decisions using if and else statement. Case structure provides a multiple branch decision mechanism. The case statement works both on
freshtutorial.com |