Case is a logical switch, e.g. in the bash shell with the following syntax:
case "$1" in start) echo "starting" ;; stop) echo "stopping" ;; *) echo "your parameter was not start or stop" esac
Please enable JavaScript to pass antispam protection!Here are the instructions how to enable JavaScript in your web browser http://www.enable-javascript.com.Antispam by CleanTalk.