I'm having some trouble with bash-completion. For example, it does not complete ssh commands from my known_hosts file. I have uncommented the appropriate lines in my .bashrc:
case $- in *i*) [[ -f /etc/bash_completion ]] && . /etc/bash_completion ;; esac I have also tried sourcing it from within a bash session. In both cases, if I type $ ssh hostname... [tab] it does nothing. (Of course, I double checked that ~/.ssh/known_hosts is populated with the relevant host names.) I am attaching the output of cygcheck. Thanks, Hans
cygcheck.out
Description: Binary data
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/