ls
cd [directory]
ctrl-l
pwd
mkdir [directory]
cp [source] [destination]
- is name of file [source] is what to [directory] call the copied file
cp -r [source] [destination]
rm [file]
- asks y/n
rm -f [file]
rm -rf [directory]
delete the whole folder without y/n
mv [source] [destination]
rename a file from [source] to [destination]
clang [file]
compile file
make [file]
compile file without extra sauce