Meet the shell, learn your first commands, and understand how the terminal fits into your workflow.
The command line is a text interface to your computer. You type commands; the shell runs them.
pwd
ls
Print your current directory and list what is inside it.