nano Command Examples

Command-line text editor. An enhanced Pico clone. More information: https://nano-editor.org.

nano

nano --ignorercfiles

nano {{path/to/file1 path/to/file2 ...}}

nano +{{line}},{{column}} {{path/to/file}}

nano --softwrap {{path/to/file}}

nano --autoindent {{path/to/file}}

nano --backup {{path/to/file}}