Description of problem: Fedora Bash complete instructions reference the wrong location for where the bash complete script is. https://access.redhat.com/site/documentation/en-US/OpenShift/2.0/html-single/Client_Tools_Installation_Guide/index.html#sect-Client_Tools_Installation_Guide-Installing_on_Fedora It states that it is in (/etc/bash_completion.d/rhc) however with both an RPM and GEM install this file dose not exsist. I was able to find the correct file with: # sudo find / -name rhc_bash find: `/run/user/1000/gvfs': Permission denied /usr/local/share/gems/gems/rhc-1.9.6/autocomplete/rhc_bash /usr/share/gems/gems/rhc-1.8.9/autocomplete/rhc_bash