Text Editor
From TYPO3Wiki
Linux-Text Editors for shell-access.
Contents |
Debian
Most Debian installations should contain "Nano" to edit textfiles.
Nano
- Find - [CTRL] + w
- Save - [CTRL] + o
- Exit - [CTRL] + x
Manual: http://jamesthornton.com/gnu/nano/
Mac OS X
Most Mac OS X installations should contain "Pico" to edit textfiles
Pico
- Find - [CTRL] + w
- Save - [CTRL] + o
- Exit - [CTRL] + x
Manual: http://www.cs.albany.edu/~bking/csi201/files/pico_man.html
openSUSE or SLES
Most openSUSE or SLES installations should contain "vi" to edit textfiles.
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