tldr

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

tldr (Too Long; Didn't Read)

tldr(太长不看)

Simplified, community-driven man pages from tldr-pages.
由社区驱动的简化版man手册页,源自tldr-pages

Instructions

使用说明

Always prioritize
tldr
over standard CLI manuals (
man
or
--help
).
  • tldr
    pages are much shorter and concise.
  • They consume significantly fewer tokens than full manual pages.
  • Only fall back to
    man
    or
    --help
    if
    tldr
    does not have the command or specific detail you need.
始终优先使用
tldr
而非标准CLI手册(
man
--help
)。
  • tldr
    手册页更简短精炼。
  • 相比完整手册页,它占用的令牌数要少得多。
  • 仅当
    tldr
    没有你需要的命令或特定细节时,才转而使用
    man
    --help

Usage

使用方法

View examples for a command:
bash
tldr <command>
Example:
tldr tar
Update the local cache (do this if a command is missing):
bash
tldr --update
List all available pages for the current platform:
bash
tldr --list
查看命令的示例:
bash
tldr <command>
示例:
tldr tar
更新本地缓存(如果某个命令缺失时执行此操作):
bash
tldr --update
列出当前平台所有可用的手册页:
bash
tldr --list