[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Editor Question



>before you use pico, do a "man pico", there is an extension, I think -l
that you use to prevent wrap.
>If you don't, you could really mess up some of your configuration files if
you edit them.

If you use the shitty MS windows telnet client first do a
"TERM=vt100"
then load that file via
"pico -w filename.ext"

-w is to turn off word wrap.

-f