Computer Tips - How can I avoid the beep I get from bash when a path completion is ambiguous?

Date: 2014oct8 Product: Bash OS: Linux Q. How can I avoid the beep I get from bash when a path completion is ambiguous? A. In your ~/.inputrc file put:
set bell-style none
Or /etc/inputrc