Progression
The Basics · Intermediate - build real things
- Opening a terminal on Windows, macOS and LinuxFind out what a terminal is, open one on your machine and type your first commands.
- Moving around: pwd, cd and lsFind your bearings in the file tree and travel from folder to folder with pwd, ls and cd.
- Creating, copying, moving, deletingCreate folders and files, then copy, rename and delete them from the command line.
- Reading a file and redirecting outputShow the contents of a file with cat, head and tail, then capture output into a file.
- Relative paths, absolute paths and wildcardsPoint to any file with an absolute or a relative path, and act on several files at once.