oops.se
## TAB completion.
tab - Press tab to complete a command or directory
tab tab tab - If there are several commands that begins with the same letters then by pressing tab a couple of times will show a list of the similar commands/directories
To test this press t and then tab tab tab and you get a list, press i and tab tab tab, see how the list get shorter, press m and tab tab tab it will now change the text to time but after the second and third tab you will see the other matches for time
## Clear the screen
crtl + l - Clear screen
## Get back to your home directory
cd - Just cd without options or cd ~ will get you home
## Is the command available or do I need to install it?
which <command> - It will show if the command is available and where it is in the directory structure
whereis <command> - An alternative to which