Bash Scripting - User Input
What does the
-s option do when used with the read command in bash scripting?-s option do when used with the read command in bash scripting?read -s-s option in read hides the input typed by the user, making it silent on the terminal.-s is specifically for silent input, useful for passwords.read -s = silent input [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions