disabling beep when using bash

Hi all,

How can I disable the beep when using the bash shell. I have read that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks

Take a look at:
http://groups.google.com/groups?q=beep&btnG=�����+�+Google&meta=group%3Dqdn.public.qnxrtp.*

Eduard.
ed1k at ukr dot net

Paul Vander Byl <paul@gandacar.ca> wrote in article <afuqsb$lpn$1@inn.qnx.com>…

Hi all,

How can I disable the beep when using the bash shell. I have read that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks
\

doesn’t seem to work with the bash shell.


“ed1k” <ed1k@spamerstrap.com> wrote in message
news:01c22292$3963b300$106fa8c0@ED1K…

Take a look at:

http://groups.google.com/groups?q=beep&btnG=�����+�+Google&meta=

group%3Dqdn.public.qnxrtp.*


Eduard.
ed1k at ukr dot net

Paul Vander Byl <> paul@gandacar.ca> > wrote in article
afuqsb$lpn$> 1@inn.qnx.com> >…
Hi all,

How can I disable the beep when using the bash shell. I have read
that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks
\

Hi Paul,

Try removing the write permissions on /dev/con1.

Regards,

Joe

“Paul Vander Byl” <paul@gandacar.ca> wrote in message
news:afuqsb$lpn$1@inn.qnx.com

Hi all,

How can I disable the beep when using the bash shell. I have read
that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks

some suggestions from those is the wire cutter,
doesn’t it work?

Eduard.
ed1k at ukr dot net

Paul Vander Byl <paul@gandacar.ca> wrote in article <afutp9$o27$1@inn.qnx.com>…

doesn’t seem to work with the bash shell.


“ed1k” <> ed1k@spamerstrap.com> > wrote in message
news:01c22292$3963b300$106fa8c0@ED1K…
Take a look at:

http://groups.google.com/groups?q=beep&btnG=�����+�+Google&meta=
group%3Dqdn.public.qnxrtp.*

Eduard.
ed1k at ukr dot net

Paul Vander Byl <> paul@gandacar.ca> > wrote in article
afuqsb$lpn$> 1@inn.qnx.com> >…
Hi all,

How can I disable the beep when using the bash shell. I have read
that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks



\

some suggestions from those is the wire cutter,
doesn’t it work?

lol. That will be my last resort.

Thanks for all the suggestions but,
I think I’ll have to resort to the wire cutters.


“Hardware Support” <hw@qnx.com> wrote in message
news:ag2iac$gtl$1@inn.qnx.com

Hi Paul,

Try removing the write permissions on /dev/con1.

Regards,

Joe

“Paul Vander Byl” <> paul@gandacar.ca> > wrote in message
news:afuqsb$lpn$> 1@inn.qnx.com> …
Hi all,

How can I disable the beep when using the bash shell. I have read
that
you can put something like “set show-all-if-ambiguous on” in the inputrc
file. I think this is for linux though.


Thanks

\

Paul Vander Byl <paul@gandacar.ca> wrote:

Thanks for all the suggestions but,
I think I’ll have to resort to the wire cutters.

in my /etc/rc.d/rc.local and in my .profile I have a

echo “\033[=1;1B”

which will set the bell to 1HZ with a length of 1ms. Life
is much quieter now :slight_smile:

t.