Command Line
The command line is a powerful text-only view of your computer.
Windows - Mac - Linux all support a similar command line interface.
Essential Commands
- cd - Change directory
- ls - (Mac & Linux) List files in directory
- dir - (Windows) List files in directory
- pwd - Print working directory
- mkdir - Make a new directory
- touch - (Mac & Linux) Create an empty file
- rm - (Mac & Linux) Remove files
- del - (Windows) Remove files
Learn More -
Django for Beginners - Chapter 1 - The Command Line