Bash Scripting - User Input
You want to read a password silently (without showing input) into variable
pass. Which command should you use?pass. Which command should you use?-s flag makes read silent (no echo).read -s pass correctly reads input silently into pass.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions