Bash Scripting - User Input
Which of the following is the correct syntax to read three variables
name, age, and city from user input in bash?name, age, and city from user input in bash?read syntaxread command uses space-separated variable names without commas or parentheses.read name age city, which is the proper syntax to read into three variables.read [OK]read [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions