Click to See Complete Forum and Search --> : Telnet newbie


mastasparkle
09-12-2002, 05:25 PM
I guess this is such a simple problem that I haven't been able to find help on it (since no one seems to mention it). What command / program do I use to edit text files like configure files on Redhat via telnet?

AQHost
09-12-2002, 05:47 PM
Hi,

The command pico should do what you described. Example:

pico filename.txt

Best wishes,
Simon.

Frag
09-13-2002, 04:18 PM
There is alot of them. Pico is one. Emacs and Vi (or vim) are the most popular ones.

Search google for information on how to use them. They arn't like your normal windows editors.

Frag