mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 15:48:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,9 +12,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`man {{command}}`
|
||||
|
||||
- Open the man page for a command in a browser (requires the `BROWSER` variable to be set):
|
||||
- Open the man page for a command in a browser (`BROWSER` environment variable can replace `=browser_name`):
|
||||
|
||||
`man --html {{command}}`
|
||||
`man --html{{=browser_name}} {{command}}`
|
||||
|
||||
- Display the man page for a command from section 7:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user