tldr
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesetldr (Too Long; Didn't Read)
tldr(太长不看)
Simplified, community-driven man pages from tldr-pages.
由社区驱动的简化版man手册页,源自tldr-pages。
Instructions
使用说明
Always prioritize over standard CLI manuals ( or ).
tldrman--help- pages are much shorter and concise.
tldr - They consume significantly fewer tokens than full manual pages.
- Only fall back to or
manif--helpdoes not have the command or specific detail you need.tldr
始终优先使用而非标准CLI手册(或)。
tldrman--help- 手册页更简短精炼。
tldr - 相比完整手册页,它占用的令牌数要少得多。
- 仅当没有你需要的命令或特定细节时,才转而使用
tldr或man。--help
Usage
使用方法
View examples for a command:
bash
tldr <command>Example:
tldr tarUpdate the local cache (do this if a command is missing):
bash
tldr --updateList all available pages for the current platform:
bash
tldr --list查看命令的示例:
bash
tldr <command>示例:
tldr tar更新本地缓存(如果某个命令缺失时执行此操作):
bash
tldr --update列出当前平台所有可用的手册页:
bash
tldr --list