BASH
Show current working directory: pwd
Change directory: cd /home/somebody
Show directory contents: ls
Create a file: touch file
Copy a file: cp file file2
Show contents of file: cat file

VIM
Insert text: i
Command mode: Esc
Write and quit: :wq