Wednesday, 1 August 2012

How to hide the user input in terminal

To hide user input in terminal, type

$ stty -echo

To turn on the user input, type

$ stty echo

No comments:

Post a Comment