Is there a way to hide what I'm typing in a shell, so the terminal doesn't echo my keystrokes, while still keeping the output of the command?
For example, if I run ip addr show
, the only thing on the screen should be the output from that command -- not the "ip addr show" that I typed.
content
? – Nikhil Mulley Jan 08 '12 at 16:01login
? Are you usingbash
? Provide some more information please. – Jan 08 '12 at 16:08