ben(ny) pearson|

Notes on “Learn The Command Line” – a Codecademy course

Links Learn The Command Line course on Codecademy List of Command Line Commands on Codecademy Navigating The File System pwd print working directory – outputs the name of the current working directory ls lists all files and directories in the working directory ls -a lists all contents, including hidden files and directories ls -l lists […]