Run mkdir lab so the note has a safe sandbox folder.
mkdir lab
Open the simulated nano editor, save a text file, and verify your change.
Nano and editingnanocatstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab so the note has a safe sandbox folder.
mkdir lab
Run nano lab/incident-notes.txt.
nano lab/incident-notes.txt
After saving, run cat lab/incident-notes.txt.
cat lab/incident-notes.txt
Run stat lab/incident-notes.txt.
stat lab/incident-notes.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.
Edit a lab file, save it, and verify the saved content.
The nano panel is simulated, and the save writes to local browser state.
Reading back changes is a simple habit that prevents confusion.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.
stat <path>
Show lab file details.