Just did an update and this is new behavior. No changes to my .bashrc stuff. I have Googled around and tried all the suggestions I’ve found and even tried sourcing /etc/profile.d/bash_completion.sh [FONT=arial]
to no avail. Is it only me? Any suggestions?
[/FONT]$ shopt
autocd off
cdable_vars off
cdspell off
checkhash off
checkjobs off
checkwinsize on
cmdhist on
compat31 off
compat32 off
compat40 off
compat41 off
compat42 off
compat43 off
complete_fullquote on
direxpand off
dirspell off
dotglob off
execfail off
expand_aliases on
extdebug off
extglob on
extquote on
failglob off
force_fignore on
globasciiranges off
globstar on
gnu_errfmt off
histappend on
histreedit off
histverify off
hostcomplete off
huponexit off
inherit_errexit off
interactive_comments on
lastpipe off
lithist off
login_shell off
mailwarn off
no_empty_cmd_completion off
nocaseglob off
nocasematch off
nullglob off
progcomp on
promptvars on
restricted_shell off
shift_verbose off
sourcepath on
xpg_echo off
$ set -o
allexport off
braceexpand on
emacs on
errexit off
errtrace off
functrace off
hashall on
histexpand on
history on
ignoreeof off
interactive-comments on
keyword off
monitor on
noclobber off
noexec off
noglob off
nolog off
notify off
nounset off
onecmd off
physical off
pipefail off
posix off
privileged off
verbose off
vi off
xtrace off[FONT=arial]
I stumble fingered something or another that removed execute permissions from all my commands in ~/bin. It seems bash won’t complete on stuff it can’t execute. Sorry for the bother and thank you all.
Bash completion is a feature that allows users to type their commands faster and more easily. When users click the tab key while inputting a command, it displays a list of available possibilities. If you are an interesting to check out page https://technoburst.com/.
Welcome to UNIX® – the CLI commands were designed by human beings who are among the most intelligent people on this planet …
Possibly one of the reasons why, the UNIX® CLI commands are so powerful when compared to the alternatives available on the GUIs – including that thing produced by the Redmond folks …
Yeah, I’m new here. I’ve only been using the CLI since 1975 or so. Sadly, the CLI is also used by a human being subject to stumbling his fingers and not remembering everything. Hopefully, I’ll remember of this this command completion failure next time.