Nano and pico
From LinuxNewbie
nano is a text editor that is a clone of pico. pico is a text editor that is a part of the pine email client. For this article I will refer to nano, but pico can be used interchangeably.
$ nano filename.txt
At the bottom the most common commands are listed. Keep in mind that the ^ means ctrl, so ctrl+o saves.
