I am trying to append --help on OSX terminal commands but it seems that this is not the right way to display help tips on a certain command.
What is the equivalent way to do this in OSX?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Some commands support
You can also search for man pages online. Most, if not all of them are available in HTML, which makes them much easier to read and learn. | ||||
feedback
|
|
You may also look into the "info" command thats a more "friendly" front end for the man command. | |||
feedback
|
man [command]? – alex c Aug 19 '11 at 0:42