Bash Completion, Part 1: Using Tab Completion
One of the most useful features I learned when I first started working with Linux was the “tab completion” feature of Bash. This feature automatically completes unambiguous commands and paths when a user presses the <TAB>
key. I’ll provide some examples to illustrate the utility of this feature.