Timeline for Reading passwords without showing on screen in Bash Scripts
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Sep 26, 2021 at 8:37 | history | suggested | Kusalananda♦ | CC BY-SA 4.0 | Add example of how to use read to properly read a password |
| Sep 25, 2021 at 15:00 | review | Suggested edits | |||
| S Sep 26, 2021 at 8:37 | |||||
| Mar 27, 2012 at 6:34 | comment | added | pradeepchhetri | @GrzegorzWierzowiecki: You are viewing the wrong manual. you have to read the manual of bash i.e man bash and there you can find -s option Silent mode. If input is coming from a terminal, characters are not echoed. | |
| Mar 26, 2012 at 21:57 | vote | accept | Grzegorz Wierzowiecki | ||
| Mar 26, 2012 at 21:19 | comment | added | Grzegorz Wierzowiecki | Great. It's not written in my man read, I haven't check in help read. Good to know. | |
| Mar 26, 2012 at 21:11 | history | answered | Ignacio Vazquez-Abrams | CC BY-SA 3.0 |