tldr
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 info →Subcommands (1)
Options (5)
-L, --languagebooleanPrint the tldr page for a command in the given language (if available, otherwise fall back to English)
tldr {{[-L|--language]}} {{language_code}} {{command}}-p, --platformbooleanPrint the tldr page for a command from a specific platform
tldr {{[-p|--platform]}} {{android|cisco-ios|common|dos|freebsd|linux|netbsd|openbsd|osx|sunos|windows}} {{command}}-u, --updatebooleanUpdate the local cache of tldr pages
tldr {{[-u|--update]}}-l, --listbooleanList all pages for the current platform and `common`
tldr {{[-l|--list]}}-n, --head-countbooleanPrint the tldr page for a random command
tldr {{[-l|--list]}} | shuf {{[-n|--head-count]}} 1 | xargs tldrExamples (8)
Print the tldr page for a command in the given language (if available, otherwise fall back to English)
Print the tldr page for a command from a specific platform
Update the local cache of tldr pages
tldr [-u|--update]List all pages for the current platform and `common`
tldr [-l|--list]Browse tldr pages in a terminal window (`fzf` must be available)