Kolam Ayer MakersLinux Foundations

Command: micro

Edit a text file.

micro ~/playground/micro-note.txt

Save before quitting. After editing, use cat to prove what the file contains.

Essential Keys

Safe Workflow

  1. Run pwd if you are unsure where you are.
  2. Open the exact path with micro path/to/file.
  3. Save with Ctrl-S.
  4. Quit with Ctrl-Q.
  5. Prove the file with cat path/to/file.

Common Failures

Docs Pointers