1
0
Fork 0
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:
Owen Voke 2018-10-13 03:12:05 +01:00 committed by Muhammad Falak R Wani
parent 01146452dd
commit 501843cbb3

11
pages/windows/print.md Normal file
View 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}}`