Putting it all together
Build a project from scratch
⏱ Est. ~2 min
01 · Read
You've learned every important file command: navigating, creating, copying, moving, deleting. Time to put them all together in a real scenario.
💡 Picture thisThis is like your driving test — you've practiced each skill alone, now string them together for the road.
Key points
- You'll use mkdir, touch, cp, mv, and rm together
- Think through your steps before typing commands
- Confirm with ls and pwd after each step
02 · Terminal exercise
Challenge time. Use everything you've learned to scaffold a complete project structure. No step-by-step guidance — just the goal and your skills. Target structure: my-portfolio/ ├── index.html ├── about.html ├── contact.html └── assets/ ├── css/ │ ├── style.css │ └── responsive.css ├── js/ │ └── app.js └── images/
(This section is interactive — please enable JavaScript.)
03 · Fill in the blank
To create a nested folder like assets/css/ in one command, you'd use mkdir ___.
Other lessons in this chapter
⚠ The full interactive experience needs JavaScript. Please enable it and reload.
※ This is an independent Traditional Chinese teaching project — not an official Anthropic product. Claude™ is a trademark of Anthropic, PBC.