Hacker News new | ask | show | jobs
by jweese 4709 days ago
I didn't know either. Per "man ab":

> ab - Apache HTTP server benchmarking tool

1 comments

Without having to open the man page:

    $ whatis ab
    ab (1)               - Apache HTTP server benchmarking tool
Or with bsd-games installed:

    $ wtf ab
    ab: ab (1)               - Apache HTTP server benchmarking tool
Is there a similar tool to see what a certain option in a command does, without opening the man page?
If you just type the command in you should see a list of options and what they do.
Probably best not to try this on any systems you care about if the command is completely unknown. killall on Solaris might have some unintended consequences.
You probably know, but try -h or --help behind the command.