I have an if elif elif else fi statement I want to convert to a case statement in bash scripting. Here is the code:
if [[ -n $1 ]] && [[ -n $2 ]] &