Current Level: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
The Unix shell is a powerful tool that lets you control your computer using text commands. It’s been around for decades because it’s efficient and great for automating tasks. These lessons will help you get started using the shell to work with files and folders, and prepare you for more advanced computing later.
Follow these steps to get set up:
Check that you’re ready If you’ve ever saved a file on a computer and know what a “folder” or “directory” is, you’re ready for this lesson.
Download the lesson files
shell-lesson-data.zip
from the week1-git directory..zip
file to your Desktop.shell-lesson-data
on your Desktop.Install shell software (if needed) If you don’t already have a terminal or shell installed, install one now:
Open the terminal
In the terminal window, type:
cd
and press Return. This puts you in your home directory, which is a safe place to start.
shell-lesson-data
folder and work with its files.