- Write a Bash script that prompts the user to enter her favourite animal and favourite cartoon character and displays the entered output in a message on the terminal.
read -p "What's your favourite animal? " favanimal
read -p "What's your cartoon character? " favchar
echo "Your favourite animal is" $favanimal
echo "Your cartoon character is is" $favchar
- Write a Bash script that creates the following directory structure: