Suppose I'm connected to a computer A (ssh-server), via ssh through a computer B (ssh-client).
When I run the command "tput bel", how to make the noise on the computer A instead of making it, as default,on the computer B ?
|
feedback
|
|
you can use
instead | |||||||||||
feedback
|
is the best you're likely to do, I think. (I can't test it properly here.) | |||||||
feedback
|
tput beloutputs the bell character defined for$TERM, which is usually\a. – geekosaur Mar 15 '11 at 23:23