Mission 67

Nano checklist

Create a checklist and search it for a completion marker.

Nano and editing
8 minutes Admin Lesson 67 of 360
nanogrepcat
Lesson 67 of 360 0/360 lessons 0/17 missions Nano and editing · 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.

Edit checklist

Run nano lab/checklist.txt.

nano lab/checklist.txt
Search reviewed

Run grep reviewed lab/checklist.txt.

grep reviewed lab/checklist.txt
Read checklist

Run cat lab/checklist.txt.

cat lab/checklist.txt
Lesson support

What to notice while you play.

Objective

Write and verify a checklist.

Hint

Save a line containing reviewed.

Why it matters

Checklists protect against skipped steps.

Common mistakes
  • Keeping checklist state only in memory.
  • Searching before saving.
Reference

Commands in this lesson.

nano <file>

Open a simulated nano editor.

cat <file>

Print text file contents.

grep [-i] <text> <file>

Find literal text inside a file.