mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# print
|
|
|
|
> `print` can refer to multiple commands with the same name.
|
|
|
|
- View documentation for the Zsh builtin:
|
|
|
|
`tldr print.zsh`
|
|
|
|
- View documentation for the `print` alias of `run-mailcap`:
|
|
|
|
`tldr {{[-p|--platform]}} linux print.runmailcap`
|
|
|
|
- View documentation for printing text files on Windows:
|
|
|
|
`tldr {{[-p|--platform]}} windows print.win`
|