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

Date: 2014oct8 Product: bash OS: Linux Q. bash: How to 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