Update man.md 添加相似命令推荐 (#363)

This commit is contained in:
烟草的香味 2022-05-01 23:02:58 +08:00 committed by GitHub
parent 645d9de61d
commit 70d314350a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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/)