On Monday, October 3, 2011, Hilco Wijbenga wrote: > Hi all, > > I was wondering if someone had a good suggestion to fix the following: > > $> wo<TAB> > $> word<TAB><TAB> > $> word > wordforms wordlist2hunspell > $>work<TAB> > $>workspaces/ > > I'm trying to reach the "workspaces" directory but BASH completion > seems to prefer executables. It seems to only list directories if no > executables are found. > > Is it possible to combine them or something like that? > > Cheers, > Hilco >
if you're disable bash completion situation will be the same. That's how it works. If you want to reach workspaces you should try: $./wo<tab> -- Alexander Tanyukevich atanyukev...@gmail.com