What do I need to do for code in Bash, if I want to echo *s in place of password characters (or even just hide the characters completely) when the user types something in using read?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
As Mark Rushakoff pointed out,
|
|||||||||
|
|
See the |
|||
|
|
|
I don't know about stars, but stty -echo is your friend:
|
|||
|
|
will stop user input being echoed to the screen for that read. Depending on what you are doing with prompts, you may want to add an extra |
|||
|
|