On Tuesday, October 23, 2001 9:33 AM, [EMAIL PROTECTED] > Everytime I enter something wrong into bash it sounds "beep" out of my > computer. > Can i remove that?
Check out "info rluserman" . You can set the bell of readline to audible, visible, or off completely by creating a ~/.inputrc file with the command: set bell-style <style> where <style> is audible, visible, or none. Note that this only affects the bell for readline. It seems to me that I read once about how to tell the linux term to convert all audible bell requests into visible bells but I can't recall where. Hope it helps, -=greg