Run nano lab/editing-bridge.txt. Type exactly: owner=learner, status=verified, rollback=ready on separate lines; find verified with Ctrl+W and save with Ctrl+O.
nano lab/editing-bridge.txt
Checkpoint search, save, verification, and recovery-note habits.
Nano and editingnanogrepwc
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nano lab/editing-bridge.txt. Type exactly: owner=learner, status=verified, rollback=ready on separate lines; find verified with Ctrl+W and save with Ctrl+O.
nano lab/editing-bridge.txt
Run grep verified lab/editing-bridge.txt.
grep verified lab/editing-bridge.txt
Run wc -l lab/editing-bridge.txt.
wc -l lab/editing-bridge.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 repeatable confidence with finishing an edit with observable verification.
Write the exact checkpoint lines, search for verified with Ctrl+W, and save with Ctrl+O.
Finishing an edit with observable verification helps operators explain what they know before they change anything.
nano <file>
Open a simulated nano editor.
grep [-i] <text> <file>
Find literal text inside a file.
wc [-l] <file>
Count lines, words, and characters.