Some programs would prefer to output the help message in stderr. I want to search the help message with grep command, xx /? | grep regex?
How could i do this?
|
Some programs would prefer to output the help message in stderr. I want to search the help message with How could i do this? |
|||
|
|
|
You can redirect stderr to stdout by using So, what I think you want is this:
|
|||