Turn keyboard entry visibility on and off in bash
Force-quitting from the Python debugger can have the unfortunate side effect of turning off input echoing in the bash command line. This means you can still type and enter commands, but you can't see what you're typing.
After accidentally doing this one too many times, I did a quick StartPage search and found this command:
stty echo
In the event you want to hide keyboard input (for accepting passwords from within shell scripts, for example):
stty -echo
Credit goes to Jay for this nugget o' knowledge.
Written by ryepdx
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#