Guide to Mac Terminal commands

For my own reference:

ls : show directory contents
pwd : show file path
rm : delete file
python3 : use python 3
control-D : stop running
cd ..: go up one directory
cd : go into child directory
mv  : rename file
'': use quotations to access filenames with spaces