case statement
Jun 3,93The case statement is often used when more than two outcomes are possible. Here is the syntax: case $VARIABLE in …
Read MoreThe case statement is often used when more than two outcomes are possible. Here is the syntax: case $VARIABLE in …
Read More