Re: Hidden-code flaw in Windows renews worries over stealthly malware In the Usenet newsgroup alt.computer.security, in article
<-v2dnYb6s5dc_IreRVn-3w@giganews.com>, Shadus wrote:
>> Simple???
>>
>> [compton ~]$ wc -l /etc/sendmail.cf
>> 1490 /etc/sendmail.cf
>> [compton ~]$
>
>Bah, play fair, that's 90% comments.
Yet even sendmail.org doesn't recommend messing with the .cf file, wanting
you to use the sendmail.mc file - not that it's a whole lot easier to
understand.
>and of course when it wraps you can back space and remove the wrapping
>until you edit the line again...
man pico and look for the -w option
>or convert to a real editor... like vim or emacs or... ed (j/k) ;)
or 'echo' ;-)
The problem with "real editors" other than "/bin/vi" (which given the
license problems is often a link to or a subset of a vi clone) is that they
are often not available when you need them. Yes, you should also have the
even more "user unfriendly" /bin/ed, and most vi users know enough of the
commands to get ed to do something useful. :wq!
Old guy |