Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 237 Bytes

File metadata and controls

9 lines (6 loc) · 237 Bytes

Command line cheat sheet

Create a folder: mkdir my-folder
Change directory upwards (navigate upwards): cd ..
List directory contents: ls
Open the VS Code editor: code .
Create a new file (mac): touch my-file.txt