Run nl data/incident-template.md.
nl data/incident-template.md
Number a runbook template so collaborators can reference exact fields.
Text and logsnlgrepwc
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nl data/incident-template.md.
nl data/incident-template.md
Run grep evidence data/incident-template.md.
grep evidence data/incident-template.md
Run wc -l data/incident-template.md.
wc -l data/incident-template.md
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 turning a text template into a reviewable checklist.
Start with nl data/incident-template.md, inspect the result, then continue in order.
Turning a text template into a reviewable checklist helps operators explain what they know before they change anything.
grep [-i] <text> <file>
Find literal text inside a file.
wc [-l] <file>
Count lines, words, and characters.
nl [file]
Number lines from a file or supported text pipeline.