1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

print: add Chinese translation

This commit is contained in:
Starccy 2019-03-11 13:59:06 +08:00 committed by Starbeamrainbowlabs
parent 33adba6bf0
commit fd017e6b08

11
pages.zh/windows/print.md Normal file
View file

@ -0,0 +1,11 @@
# print
> 将文本文件打印到打印机.
- 将文本文件打印到默认的打印机:
`print {{文件的路径}}`
- 将文本文件打印到指定的打印机:
`print /d:{{打印机}} {{文件的路径}}`