mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 13:53:27 +02:00
print: add page (#2428)
This commit is contained in:
parent
01146452dd
commit
501843cbb3
1 changed files with 11 additions and 0 deletions
11
pages/windows/print.md
Normal file
11
pages/windows/print.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# print
|
||||
|
||||
> Print a text file to a printer.
|
||||
|
||||
- Print a text file to the default printer:
|
||||
|
||||
`print {{path/to/file}}`
|
||||
|
||||
- Print a text file to a specific printer:
|
||||
|
||||
`print /d:{{printer}} {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue