Format the following lines from a bash script to create a functional case statement.
Remember to properly indent your code.
Format the following lines from a bash script to create a functional case statement.
* )
echo $(($2 * $3));;
case $1 in
esac
multiplier )
echo "Do you not like multiplication?";;
Create a free account to access the full topic