|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi all.
Very new to Bash scripting well infact any scripting. So i hope that you maybe able to me out here. I have a script that asks for a password to be entered so it can be used later on in the script. This works great execpt tyat you can see the password in plain text when you have enterd it on screen. What i would really like it to do is to echo ****** as i type the password. That way nobody should be able to scroll up the screen buffer to get the password. Is it possible? if so how Cheers |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> I have a script that asks for a password to be entered so it can be > used later on in the script. This works great execpt tyat you can see > the password in plain text when you have enterd it on screen. What i > would really like it to do is to echo ****** as i type the password. > That way nobody should be able to scroll up the screen buffer to get > the password. [...] See: http://tinyurl.com/y2tamg http://tinyurl.com/y7hgqd Search the group archive. Regards Dimitre |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Radoulov, Dimitre wrote: > > I have a script that asks for a password to be entered so it can be > > used later on in the script. This works great execpt tyat you can see > > the password in plain text when you have enterd it on screen. What i > > would really like it to do is to echo ****** as i type the password. > > That way nobody should be able to scroll up the screen buffer to get > > the password. > [...] > > See: > http://tinyurl.com/y2tamg > http://tinyurl.com/y7hgqd > > Search the group archive. > > > Regards > Dimitre cheers |
|
![]() |
| Outils de la discussion | |
|
|