I have a shell script which contains the following:
case $1 in 0 ) echo $1 = 0; OUTPUT=3;; 1 ) echo $1 = 1; OUTPUT=4;; 2 ) ec
In the special case of find, ; is used to terminate commands invoked by -exec. See the answer of @kenorb to this question.
;