Bash Shell Hangs on ?+Tab-complete
- by michaelmichael
I often use tab completion in Bash when completing directories, but I find that it hangs for an unacceptable amount of time if I accidentally include a question mark in the directory. I'd like to know why and how to prevent it if possible. Here's the scenario:
I start a command and use the ~ key to represent home:
ls ~?Desktop/co
Oops! I held…