1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:35:27 +02:00

wsl-open: add Hindi translation (#14862)

* wsl-open: add Hindi translation

* Update pages.hi/windows/wsl-open.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Karthik Vallamsetla 2024-11-20 09:50:30 -08:00 committed by GitHub
parent 7fbc4a4384
commit d229895cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
# wsl-open
> Windows सबसिस्टम फॉर लिनक्स के भीतर से एक फ़ाइल या URL को उपयोगकर्ता के डिफ़ॉल्ट Windows GUI एप्लिकेशन में खोलें।
> अधिक जानकारी: <https://gitlab.com/4U6U57/wsl-open>
- वर्तमान निर्देशिका को Windows एक्सप्लोरर में खोलें:
`wsl-open {{.}}`
- उपयोगकर्ता के डिफ़ॉल्ट वेब ब्राउज़र में एक URL खोलें:
`wsl-open {{https://example.com}}`
- उपयोगकर्ता के डिफ़ॉल्ट एप्लिकेशन में एक विशेष फ़ाइल खोलें:
`wsl-open {{फाइल\का\पथ}}`
- `wsl-open` को शेल के वेब ब्राउज़र के रूप में सेट करें (लिंक को `wsl-open` के साथ खोलें):
`wsl-open -w`
- मदद दिखाएं:
`wsl-open -h`