nano Linux Command
nano Linux Command
In this tutorial, we will learn the nano Linux command. nano is a GNU-based simple text editor inspired by Pico.
nano Linux Command
nano is a keyboard-oriented editor. Type the following command in the Terminal to know more about the command.
$ man nano
Launch
Most of the operations are controlled with keyboard shortcuts. The editor has the shortcut bar placed at the bottom of the screen.
To launch the editor, type the following command:
$ nano
To get help press the Control + G keyboard shortcut.
Keyboard shortcuts
Some important keyboard shortcuts are listed here:
Keyboard Shortcut | Command |
---|---|
Ctrl+ G | Get Help |
Ctrl+ S | Save the Current File |
Ctrl+ O | Save As the Current File |
Ctrl+ W | Search Menu |
Ctrl+ X | Exit nano editor |
GNU Nano Homepage
—
Linux Commands
Linux Commands Tutorials on this website:
https://www.testingdocs.com/linux-basic-commands-tutorial/
More Information on Ubuntu Linux:
https://ubuntu.com/