Monday, 22 October 2012

How does a case statement look in shell scripts? | Shell Scripting Interview Questions

case { variable}  in {possible-value-1} {statement} ;; {possible-value-2}) {statement};;  esac

No comments: