Difference between revisions of "SUNScholar/Prepare Ubuntu/S02"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
==Step 2. Review "nano" command line editor instructions== | ==Step 2. Review "nano" command line editor instructions== | ||
It is a good idea to learn how to the use <tt>'''nano'''</tt> command line editor. | It is a good idea to learn how to the use <tt>'''nano'''</tt> command line editor. | ||
| + | |||
| + | The <tt>'''nano'''</tt> will be used extensively during the following steps. | ||
Please review the following instructions. | Please review the following instructions. | ||
Revision as of 21:56, 15 June 2015
NEXT - STEP 3
Step 2. Review "nano" command line editor instructions
It is a good idea to learn how to the use nano command line editor.
The nano will be used extensively during the following steps.
Please review the following instructions.
- NANO Editor Help
| CTL+O | = Save the file and then press Enter |
| CTL+X | = Exit "nano" |
| CTL+K | = Delete line |
| CTL+U | = Undelete line |
| CTL+W | = Search for %%string%% |
| CTL+\ | = Search for %%string%% and replace with $$string$$ |
| CTL+C | = Show line numbers |
More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
PREVIOUS - STEP 1