Bash Scripting - User Input
What is the output of this script if the user inputs:
red blue green yellow?
read a b c echo "$a" echo "$b" echo "$c"
red blue green yellow?
read a b c echo "$a" echo "$b" echo "$c"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions