After 90 min: Executable scripts that automate repetitive tasks and save hours per month
Master Terminal Basics
After 90 min: Comfortable navigating and managing files entirely through the command line
Master Terminal Basics is a technical skill that opens real doors once you have it. This 90-minute plan is perfect for complete beginners — you can complete it from the comfort of home with the materials listed above, no special background required. The goal is not to leave you with theoretical knowledge but with a tangible, lived experience: by the end of this session, you will comfortable navigating and managing files entirely through the command line. That concrete outcome is what separates structured plans from casual self-study — you always know what you're working toward and whether you've arrived.
The session moves through 5 carefully ordered steps, covering open & explore, navigate directories, manage files, and view & edit files. Each block has a specific time window so you know exactly how long to spend before moving on. The sequencing is intentional: early steps build foundational awareness and muscle memory, while later steps apply those fundamentals under slightly more demanding conditions — the same way a skilled instructor would structure a first lesson. By the time you reach the final step, you will have touched every core element of master terminal basics at least once.
One thing most beginners miss: Use 'man' command to read help for any command. Mistakes are hard to undo, so double-check before deleting. Keeping that in mind throughout the session will dramatically improve your results. After this 90-minute foundation session, you'll have a clear picture of which aspects of terminal feel natural and which need more deliberate practice. That self-knowledge is the most valuable thing you take away — it turns a one-off session into the start of a genuine learning path.
What you need
The 90-Minute Plan
Open Terminal (Mac) or PowerShell (Windows). Type 'pwd' to see your location.
Use 'ls' to list files, 'cd' to change folders, and 'mkdir' to create new directories.
Practice 'cp' (copy), 'mv' (move), and 'rm' (delete) commands with test files.
Use 'cat' to view files, 'grep' to search, and 'nano' to edit text files.
Complete a project using only terminal. Next: learn about permissions and piping.
Use 'man' command to read help for any command. Mistakes are hard to undo, so double-check before deleting.
You might also try
After 90 min: Automated deployment pipeline from code commit to production with zero downtime
After 90 min: A working Python program that solves a real problem
After 90 min: A live webpage about your interests visible in a browser