On Monday 17 February 2003 11:36, Marc Schiffbauer wrote: > In Konsole for example if I press backspace while I am at the > beginning of the command line it normally beeps because I am already > at thet beginning.
Most of the time this is exactly the desired behaviour, to not get on other people's nerves :-) Bash uses readline, which is configured using /etc/inputrc and ~/.inputrc. Add to it: set bell-style audible Or remove 'set bell-style none' if present. Josef -- Play for fun, win for freedom.