Linux common commands-92: nano

nano is a text editor for character terminals. It is much simpler than vi/vim and is more suitable for linux beginners.

Syntax format: nano [parameter] [file]

Example

 # 打开文件nano run.sh

The bottom of the screen lists the shortcut key combination prompts for common operations, ^ means Ctrl key, M means Alt key

This article is reprinted from https://xugaoxiang.com/2022/07/28/linux-cmds-92-nano/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment