0
llucycodes42
Shortcut: switch.case
switch.case
0 Comments
case "\${item\}" in 1) echo "item = 1" ;; 2) echo "item = 2 or item = 3" ;; *) echo "default (none of above)" ;; esac