answer which you don't want to display on screen. To avoid echoing the
input entered by users , do this.
setty -echo
read secretanswer
setty echo
First line will disable the echo
Second line will take the input , but will not display whatever user typed
Third line again enable the echo
No comments:
Post a Comment