<directoryname> – Change directory – .. lets you go up one level • ls <directoryname> – List contents of directory – Command for windows is dir • pwd – Shows directory you are currently in
arrow – Jumps between arguments in your – Option instead of Ctrl on Mac • Ctrl + U clears the line • Ctrl + A or the Home key takes you to the front of the line • Ctrl + E or the End key takes you to the end of the line
• Up/down arrow – Cycles through commands you’ve previously inputted • clear • Make your terminal beautiful by customizing your ~/.bashrc or ~/.bash_profile
/? after any command will show help and optional flags • To switch between different drives simply type <driveletter>: (e.g - e: will switch to the E drive)