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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator