atom feed2 messages in org.freebsd.freebsd-questionsstty -echo
FromSent OnAttachments
Apeksha GodiyalMar 28, 2007 1:00 pm 
Christian WaltherMar 28, 2007 1:16 pm 
Subject:stty -echo
From:Apeksha Godiyal (apek@gmail.com)
Date:Mar 28, 2007 1:00:39 pm
List:org.freebsd.freebsd-questions

Hi,

I have been using the command stty -echo which is supposed to turn of displaying characters. But it is not turning off the echoing of typed chars.

Example:

$ stty -echo $ echo hi hi $

Here "echo hi" should not have been printed. Is this a bug or have I not interpreted the man pages?