“From http://www.unixguide.net/linux/linuxshortcuts.shtml”
any_command --help |more
Display a brief help on a command (works with most commands). “–help” works similar to DOS “/h” switch. The “more” pipe is needed if the output is longer than one screen.
Tq 4 ur comments, bro