mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
20 lines
380 B
Markdown
20 lines
380 B
Markdown
# tldr
|
|
|
|
> 简化过的 man 帮助手册.
|
|
> 更多信息:<https://tldr.sh>.
|
|
|
|
- 获取一个命令的用例 (提示:这就是你怎么得到本信息的):
|
|
|
|
`tldr {{command}}`
|
|
|
|
- 展示 Linux 下 tar 的 tldr 文档:
|
|
|
|
`tldr -p {{linux}} {{tar}}`
|
|
|
|
- 获取一个 Git 子命令的帮助:
|
|
|
|
`tldr {{git checkout}}`
|
|
|
|
- 更新本地页面 (如果客户端支持缓存):
|
|
|
|
`tldr -u`
|