Tuesday, January 15, 2008

Hide Commands in Shell

To hide the commands you are entering in shell, use "stty" command :)

#stty -echo

Now, all commands that you type are invisible.
To disable this mode, issue the following command at the shell prompt:

#stty echo

Hows it? :)

2 comments:

Alhad S said...

Hello,

Its So Superb

Anonymous said...

Hi this is SHridhar
Regarding (stty -echo) this command is mind-blowing
no one think like how to visible the command