1832994 Members
2307 Online
110048 Solutions
New Discussion

searching i manual pages

 
SOLVED
Go to solution
Tore_1
Regular Advisor

searching i manual pages

Hi, when I search in a manpage for a keyword
using /"keyword" and "n", is it possible to
get a hightligth of the match as is normal
in other unix variants?
2 REPLIES 2
Vincent Stedema
Esteemed Contributor
Solution

Re: searching i manual pages

Hi,

I'm not sure if this will work, but you could give it a shot:

#export PAGER="less"
#man my_command

However, whether or not items are highlighted can also depend on your terminal type (and if it supports ANSI).

Regards,

Vincent


Tore_1
Regular Advisor

Re: searching i manual pages

This worked fine. Thanks.