mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 17:35:28 +02:00
15 lines
312 B
Markdown
15 lines
312 B
Markdown
# print
|
|
|
|
> `print` 可以引用具有相同名称的多个命令.
|
|
|
|
- 查看 Zsh 内置命令的文档:
|
|
|
|
`tldr print.zsh`
|
|
|
|
- 查看 `run-mailcap` 的 `print` 别名的文档:
|
|
|
|
`tldr --platform linux print.runmailcap`
|
|
|
|
- 查看在 Windows 上打印文本文件的文档:
|
|
|
|
`tldr --platform windows print.win`
|