> And if you're not fond of info's interface, one that only its mother
> could love  ;-)  then
> 
>     info groff | less +Gg
> 
> may be useful.  The Gg is to get all the `info: Writing node' messages
> out of the way at the beginning.

Cool!  I have never considered piping info's output to less.  Here a
slight improvement in case your terminal defaults to UTF-8 encoding:

  info groff | iconv -f latin1 -t utf-8 | less +Gg


      Werner

Reply via email to