Bash Scripting - User Input
What will this script print if the user types 'mypassword' when prompted?
read -s -p "Password: " pass echo "You entered: $pass"
read -s -p "Password: " pass echo "You entered: $pass"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions