From 70d314350a86d0a50e056f84262d4e66ee6bb932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=83=9F=E8=8D=89=E7=9A=84=E9=A6=99=E5=91=B3?= Date: Sun, 1 May 2022 23:02:58 +0800 Subject: [PATCH] =?UTF-8?q?Update=20man.md=20=E6=B7=BB=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E4=BC=BC=E5=91=BD=E4=BB=A4=E6=8E=A8=E8=8D=90=20(#363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command/man.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/command/man.md b/command/man.md index 414e15dfb3..1508077ece 100644 --- a/command/man.md +++ b/command/man.md @@ -57,6 +57,13 @@ man sleep man 3 sleep ``` +### 相关命令 + +* `tldr`: 简化版的使用手册,并不会像man一样把所有的使用参数和说明都列出来,而是只显示常用的几个使用Sample和说明 + * 开源地址: [https://github.com/tldr-pages/tldr/](https://github.com/tldr-pages/tldr/) + * 官网: [https://tldr.sh/](https://tldr.sh/) + * 在线版本: [https://tldr.ostera.io/](https://tldr.ostera.io/) +