I\'m writing a Bourne shell script and have a password input like this:
echo -n \'Password: \' read password
Obviously, I don\'t want the p
read -s password works on my linux box.
read -s password