Y
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
joshferg
4709 days ago
If you just type the command in you should see a list of options and what they do.
link
mryan
4709 days ago
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.
link
lucb1e
4708 days ago
You probably know, but try -h or --help behind the command.
link