Files
cheatsheet-tldr/tldr/windows/print

18 lines
393 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# print
> Print a text file to a printer.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>.
- Print a text file to the default printer:
`print {{path o ile}}`
- Print a text file to a specific printer:
`print /d:{{printer}} {{path o ile}}`