16 lines
312 B
Markdown
16 lines
312 B
Markdown
|
|
# print
|
||
|
|
|
||
|
|
> `print` 可以引用具有相同名称的多个命令.
|
||
|
|
|
||
|
|
- 查看 Zsh 内置命令的文档:
|
||
|
|
|
||
|
|
`tldr print.zsh`
|
||
|
|
|
||
|
|
- 查看 `run-mailcap` 的 `print` 别名的文档:
|
||
|
|
|
||
|
|
`tldr --platform linux print.runmailcap`
|
||
|
|
|
||
|
|
- 查看在 Windows 上打印文本文件的文档:
|
||
|
|
|
||
|
|
`tldr --platform windows print.win`
|