tldr Command Examples

Display simple help pages for command-line tools from the tldr-pages project. Note: the --language and --list options are not required by the client specification, but most clients implement them. More information: https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface.

tldr {{command}}

tldr {{command}} {{subcommand}}

tldr {{[-L|--language]}} {{language_code}} {{command}}

tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}

tldr {{[-u|--update]}}

tldr {{[-l|--list]}}

tldr {{[-l|--list]}} | grep {{command}} | column

tldr {{[-l|--list]}} | shuf {{[-n|--head-count]}} 1 | xargs tldr