Run mkdir lab, then nano lab/runbook.txt.
mkdir labnano lab/runbook.txt
Create a runbook, count its lines, and inspect metadata after saving.
Nano and editingnanowcstatcat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab, then nano lab/runbook.txt.
mkdir labnano lab/runbook.txt
After saving, run wc -l lab/runbook.txt.
wc -l lab/runbook.txt
Run stat lab/runbook.txt.
stat lab/runbook.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.
Build a readback habit after each file change.
Save a few short lines so wc has something to count.
Verification catches wrong paths, failed saves, and stale assumptions.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.
wc [-l] <file>
Count lines, words, and characters.
stat <path>
Show lab file details.