Esegui branch diversi in base al valore di un'espressione. Maggiori informazioni: https://www.gnu.org/software/bash/manual/bash.html#index-case.
case {{$metrica}} in {{parole}}) {{wc -w README}}; ;; {{linee}}) {{wc -l README}}; ;; esac
case {{$metrica}} in {{[pP]|parole}}) {{wc -w README}}; ;; {{[lL]|linee}}) {{wc -l README}}; ;; *) {{echo "cosa?"}}; ;; esac