Hacker News new | ask | show | jobs
by sjmulder 2683 days ago
> What about: man foo | grep bar

I prefer to search from within the pager to see the option description in context:

    man httpd
    /-n
Then 'n' for the next hit or 'N' for the previous, like vi. This is for 'less' in general, not just man.