This is the simplest case. Just type 'pico' at your acme prompt. You can give the file a name later.
Just type in:
'pico '
at your prompt. Your telnet session should enter the editor with either the words
UW PICO(tm) 3.4 NEW BUFFER
and a blank screen if it's a new file or
UW PICO(tm) 3.4 File:
and the text on the screen if it's an existing file.
| Ctrl-F | move Forward a character | |
|---|---|---|
| Ctrl-B | move Backward a character | |
| Ctrl-P | move to the Previous line | |
| Ctrl-N | move to the Next line | |
| Ctrl-A | move to the beginning of the current line | |
| Ctrl-E | move to the End of the current line | |
| Ctrl-V | move forward a page of text | |
| Ctrl-Y | move backward a page of text |
| Ctrl-D | Delete the character your cursor is on | |
|---|---|---|
| Ctrl-K | Cut a line or marked area | |
| Ctrl-U | Uncut (paste) last cut text inserting it at the current cursor position |
| Ctrl-R | Read in a file | |
|---|---|---|
| Ctrl-O | Save file without quitting | |
| Ctrl-X | Exit Pico. Will prompt you to save if your file has been modified |