Hide the commands in shell
=========================================================================
You can hide the commands entering in the shell by using “stty” command
stty -echo
Now all the commands that you type will be invisible. To disable this, you can use the command
stty echo
========================================================================
