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 --language {{language_code}} {{command}}

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

tldr --update

tldr --list

tldr --list | grep {{command}} | column