Hacker News new | ask | show | jobs
by thameera 4709 days ago
Is there a similar tool to see what a certain option in a command does, without opening the man page?
2 comments

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.