1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/man.md

20 lines
322 B
Markdown
Raw Normal View History

2014-02-27 06:07:16 +01:00
# man
> Format and display manual pages.
2014-02-27 06:07:16 +01:00
- Display man page for a command:
2014-02-27 06:07:16 +01:00
`man {{command}}`
- Display path searched for manpages:
2014-02-27 06:07:16 +01:00
`man --path`
- Display location of a manpage rather than the manpage itself:
2014-02-27 06:07:16 +01:00
`man -w {{command}}`
- Do a keyword search for manpages containing a search string:
2014-02-27 06:07:16 +01:00
`man -k {{keyword}}`