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

28
pages.zh/common/pinky.md Normal file
View File

@@ -0,0 +1,28 @@
# pinky
> 使用 `finger` 协议打印用户信息。
> 更多信息:<https://manned.org/pinky>。
- 显示当前用户的详细信息:
`pinky`
- 显示特定用户的详细信息:
`pinky {{user}}`
- 以长格式显示详细信息:
`pinky {{user}} -l`
- 在长格式中省略用户的主目录和 shell
`pinky {{user}} -lb`
- 在长格式中省略用户的项目文件:
`pinky {{user}} -lh`
- 在短格式中省略列标题:
`pinky {{user}} -f`