Bash Scripting - User Input
Find the error in this script:
read a b c echo "$a $b $c"User inputs:
one two three fourread a b c echo "$a $b $c"User inputs:
one two three four15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions