This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
e9ed9b5110
Branches
Tags
No results found.
tldr
/
pages
/
common
/
man.md
rprieto
f00bf64426
Move pages back into a "pages" folder
2014-03-04 23:28:29 +11:00
317 B
Raw
Blame
History
man
Format and display manual pages
Display man page for a command
man {{command}}
Display path searched for manpages
man --path
Display location of a manpage rather than the manpage itself
man -w {{command}}
Do a keyword search for manpages containing a search string
man -k {{keyword}}