linux/nano

Nano Editor

Simple text editor

text
editor
simple

Command

nano

Explanation

nano is a simple, user-friendly text editor that displays helpful shortcuts at the bottom.

Examples

Open file in nano

nano file.txt

Open file at line 10

nano +10 file.txt