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.

[EMAIL PROTECTED] , [EMAIL PROTECTED]

Reply via email to