Mission 325

Incident template numbering

Number a runbook template so collaborators can reference exact fields.

Text and logs
8 minutes Admin Lesson 325 of 360
nlgrepwc
Lesson 325 of 360 0/360 lessons 0/17 missions Text and logs · 8 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 8 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Number the incident template

Run nl data/incident-template.md.

nl data/incident-template.md
Find the evidence field

Run grep evidence data/incident-template.md.

grep evidence data/incident-template.md
Count the template fields

Run wc -l data/incident-template.md.

wc -l data/incident-template.md
Lesson support

What to notice while you play.

Objective

Build repeatable confidence with turning a text template into a reviewable checklist.

Hint

Start with nl data/incident-template.md, inspect the result, then continue in order.

Why it matters

Turning a text template into a reviewable checklist helps operators explain what they know before they change anything.

Common mistakes
  • Skipping the output that proves turning a text template into a reviewable checklist.
  • Changing several things before recording a baseline.
Reference

Commands in this lesson.

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.