On SunOS man grep gives me the man page for the SunOS grep but grep --version says it's grep (GNU grep) 2.5. How do I get the man page for GNU grep?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|
It sounds as if the machine has installed a new grep, but didn't update the man page. You have 4 options:
|
|||
|
|
|
It depends on where your man pages are but I think the
or
|
|||
|
|
You should set the order of your If your
set your
(adjust as needed to reflect where your man pages actually are) |
|||
|
|