tldr Cheatsheet
tldr is a community-maintained simplified man page client with practical command examples. Perfect for quickly looking up command usage, covering 140K+ commands.
Updated: 2026-07-20·11 commands
Quick Start
``bash
tldr tar # Show tar command examples
tldr --search zip # Search for zip commands
tldr --update # Update local cache
tldr --language zh # Chinese version
``
Startup & Modes(11)
| Command | Level | ||
|---|---|---|---|
tldr --helpShow tldr help | Basic | tldr --help | |
tldr cmdView simplified help for a command | Basic | tldr tar | |
tldr --updateUpdate local cache | Basic | tldr --update | |
tldr --listList all available commands | Basic | tldr --list | |
tldr --searchSearch for commands | Basic | tldr --search compress | |
tldr --languageDisplay in specified language | Basic | tldr --language zh tar | |
tldr --platformSpecify platform (linux/osx/windows) | Intermediate | tldr --platform linux apt | |
tldr --renderRender a markdown file as help page | Expert | tldr --render ./custom-page.md | |
pip install tldrInstall tldr Python client | Basic | pip install tldr | |
npm install -g tldrInstall tldr via npm | Basic | npm install -g tldr | |
brew install tldrInstall tldr via Homebrew | Basic | brew install tldr |
FAQ
This cheatsheet is compiled from official tool documentation. Last updated: 2026-07-20.