case $var in one) echo "hello" ;; two) echo "world" ;; esac
Last updated 3 years ago
Was this helpful?