Files
tldr/pages.zh/common/pinky.md

28 lines
472 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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