Via the All About Linux blog: bash completion – if you type ls --
in your terminal and you tap the tab key twice, it will list all the available options. This works only of the most important commands (like ls, rm, …) but it’s still a nice add-on. And best of all – it comes preinstalled with Ubuntu (on other distros you might need to install the bash-completion
package with the corresponding package manager.