mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
print: add Hindi translation (#14891)
This commit is contained in:
parent
2e00f0bfd8
commit
d31d2beddc
1 changed files with 12 additions and 0 deletions
12
pages.hi/windows/print.md
Normal file
12
pages.hi/windows/print.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# print
|
||||
|
||||
> एक टेक्स्ट फ़ाइल को प्रिंटर पर प्रिंट करें।
|
||||
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>।
|
||||
|
||||
- डिफ़ॉल्ट प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें:
|
||||
|
||||
`print {{फाइल\का\पथ}}`
|
||||
|
||||
- एक विशेष प्रिंटर पर एक टेक्स्ट फ़ाइल प्रिंट करें:
|
||||
|
||||
`print /d:{{प्रिंटर}} {{फाइल\का\पथ}}`
|
Loading…
Add table
Reference in a new issue