How to find hidden switches
Is there a way to consistently find information on hidden switches for a command line program? For instance, I found an article which demonstrated using ps -aux | less. This works, but when I invoke ps --help I see no description of aux. It obviously does something because the output is substantially different when not using aux. How can I found what other switches might be lurking inside of a given command line program? Thanks.
UAP
|