I am quite new in bash and would like to link appropriate choice with profile parameters for that user. Problem is that is not recognize my selection
I have already tried to test but have had syntax error near unexpected token `newline'
> echo "Name? Use, alphabetic letter from multiple choice.
a)Donald
b)Alan
c)Brian"
read -p "Insert appropriate letter a, b or c" don ala br
echo "Perfect" $don
echo "Perfect, OK" $ala
echo "Perfect, Nice" $br
case "$dev"
echo "OK"
esac
I would like to hit letter and enter afterwards go to case where define params for the profile. I have encountered below error: syntax error near unexpected token `newline'