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
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