nano editor
December 16, 2009 – 4:54 pm#apt-get install nano Now we are going to craete a test file in nano editor At the prompt type the following and hit enter. #nano test.htm Now you have launched nano with a new blank file named “test.htm”. If you wanted to edit an existing file you would type “nano” and the name of the file. Now you can see how the window has changed. The first thing you may notice is the “GNU nano 1.3.12? in the upper left corner. GNU Nano 1.3.12 is telling you the program and it’s version. In the center of the top bar it tells you what file you are editing. At the bottom of the screen you should see a bunch of commands. The caret (^) signifies holding down the control key and typing the letter. For example “{cntrl} g” (^G) with display a Help file with a bunch of information about using nano. “{cntrl} x” (^X) will exit the ...