add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/whatis.md Normal file
View File

@@ -0,0 +1,24 @@
# whatis
> 从手册页显示一行描述。
> 更多信息:<https://manned.org/whatis>。
- 从手册页显示描述:
`whatis {{command}}`
- 不要在行末截断描述:
`whatis --long {{command}}`
- 显示所有匹配通配符的命令描述:
`whatis --wildcard {{net*}}`
- 使用正则表达式搜索手册页描述:
`whatis --regex '{{wish[0-9]\.[0-9]}}'`
- 以特定语言显示描述:
`whatis --locale={{en}} {{command}}`