Text Editor
From TYPO3Wiki
Linux-Text Editors for shell-access.
Contents |
[edit]
Debian
Most Debian installations should contain "Nano" to edit textfiles.
[edit]
Nano
- Find - [CTRL] + w
- Save - [CTRL] + o
- Exit - [CTRL] + x
Manual: http://jamesthornton.com/gnu/nano/
[edit]
Mac OS X
Most Mac OS X installations should contain "Pico" to edit textfiles
[edit]
Pico
- Find - [CTRL] + w
- Save - [CTRL] + o
- Exit - [CTRL] + x
Manual: http://www.cs.albany.edu/~bking/csi201/files/pico_man.html
[edit]
openSUSE or SLES
Most openSUSE or SLES installations should contain "vi" to edit textfiles.
[edit]
vi
- use "/" to change into search mode
- use "x" to delete a character
- use "i" to insert new text ("ESC" to leave edit mode)
- use "ZZ" to save and exit
