mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
print: add Chinese translation
This commit is contained in:
parent
33adba6bf0
commit
fd017e6b08
1 changed files with 11 additions and 0 deletions
11
pages.zh/windows/print.md
Normal file
11
pages.zh/windows/print.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# print
|
||||
|
||||
> 将文本文件打印到打印机.
|
||||
|
||||
- 将文本文件打印到默认的打印机:
|
||||
|
||||
`print {{文件的路径}}`
|
||||
|
||||
- 将文本文件打印到指定的打印机:
|
||||
|
||||
`print /d:{{打印机}} {{文件的路径}}`
|
Loading…
Add table
Reference in a new issue