nano
Linux · Text · available in the simulator
What it does
Simple terminal text editor.
Syntax
nano [opciones] archivo
Options and parameters
+Nopen at line N
-BCreates a backup of the original file.
-wDisables wrapping of long lines.
-lDisplays line numbers.
Usage examples
nano saludos.txtnano +10 archivo.txtnano -B archivo.txt
Notes and common mistakes
- Inside nano: Ctrl+O saves and Ctrl+X exits.