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?
|
feedback
|
|
It sounds as if the machine has installed a new grep, but didn't update the man page. You have 4 options:
| |||
|
feedback
|
|
It depends on where your man pages are but I think the
or
| |||
feedback
|
|
You should set the order of your If your
set your
(adjust as needed to reflect where your man pages actually are) | |||
|
feedback
|