Autocomplete in bash shell terminal
Autocomplete in bash shell terminal is done using tab key. It is useful when not the full name of a file needs to be typed, nut only beginning of that file is typed.
It reduces number of errors associated with typing long names, and it speed up work in terminal to work with files.
Comments
Post a Comment