Bash builtin read command doesn't seem to support it, now I need to let user input a password while no echo should be displayed, what tool can I use?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
In |
||||
|
|
help read|grep echo: "-sdo not echo input coming from a terminal" – donothingsuccessfully Nov 16 '12 at 7:25-sextension ofreadis not standard. You may not be able to use it on any Unix/Linux. – Totor Apr 22 at 21:26