Run nano lab/search-workflow.txt. Type exactly: baseline=ready, marker=reviewed, owner=learner on separate lines; use Ctrl+W to find marker, then Ctrl+O to save.
nano lab/search-workflow.txt
Create a structured note and verify a marker after saving.
Nano and editingnanogrepcat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nano lab/search-workflow.txt. Type exactly: baseline=ready, marker=reviewed, owner=learner on separate lines; use Ctrl+W to find marker, then Ctrl+O to save.
nano lab/search-workflow.txt
Run grep marker lab/search-workflow.txt.
grep marker lab/search-workflow.txt
Run cat lab/search-workflow.txt.
cat lab/search-workflow.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 finding a known marker in an edited note.
Open the file, type the three requested lines, use Ctrl+W to find marker, then Ctrl+O to save.
Finding a known marker in an edited note helps operators explain what they know before they change anything.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.