nano <file>
Open a browser-only fake nano editor.
Use fake nano, edit config copies, and verify saved files.
Open a fake nano editor, save a text file, and verify your change.
02 Nano and editing Editing config notesCopy a system config into your lab, edit it safely, and compare the result.
03 Nano and editing Edit and verifyCreate a runbook, count its lines, and inspect metadata after saving.
nano <file>
Open a browser-only fake nano editor.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
wc [-l] <file>
Count lines, words, and characters.
cp <src> <dst>
Copy a file.
stat <path>
Show fake file details.