When reading through other people's code I often wonder if there is a quick way to find the definition of a particular command argument.
For example:
Let's say I know what some_command does, but I don't know what the -x argument means.
man some_command will certainly provide the answer, but scrolling through manual pages to find an obscure argument can be time-consuming.
Is there a quicker solution?
Thanks!