Bash Scripting - User Input
Which command correctly prompts the user with
Enter username: and stores the input in a variable called username?Enter username: and stores the input in a variable called username?read syntaxread command uses the -p option to display a prompt before reading input.-p in quotes, then the variable name.-p then variable [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions