Re: Beep?
On 6 Feb 2000, Joachim Trinkwitz wrote:
>=> Many things make the system beep when
>=> you type the "wrong" thing in. Typically, pressing up- or down-arrow
>=Please tell us which commands will do that -- I've looked after such a
>=solution a long time.
# for bash (turn default beep off and
# set frequency of char \07 out of range)
# ~/.bashrc for multiuser or /etc/profile for personal computer:
set bell-style none
echo -e "\33[11;1]"
#
For every other program you may need to read man.
For instance for PCMCIA card manager has a flag -q .
I do not know about X programs.
---
Regards,
Pavel Epifanov.
epv@casema.net , pavel_e@yahoo.com
Reply to:
- References:
- Re: Beep?
- From: Joachim Trinkwitz <jtr@uni-bonn.de>