Run mkdir lab/reports.
mkdir lab/reports
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab/reports.
mkdir lab/reports
Run touch lab/reports/draft.txt.
touch lab/reports/draft.txt
Run mv lab/reports/draft.txt lab/reports/final.txt.
mv lab/reports/draft.txt lab/reports/final.txt
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Practice a tidy file workflow inside a nested folder.
Create lab/reports before touching the draft.
Admin notes and generated reports often need organized paths.
mkdir <name>
Create a folder.
touch <file>
Create an empty file.
mv <src> <dst>
Move or rename a file.