Command line cheat sheet
Linux/Mac Windows Linux/Mac Commands Navigating the file system: $ pwd : Prints the current working directory. $ pwd $ cd : Changes the current directory. To change current directory to a directroy called ‘my_directory’. That directory must exist in the current directory. $ cd my_directory To change the current directory …