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:
parent
7fbc4a4384
commit
d229895cc3
1 changed files with 24 additions and 0 deletions
24
pages.hi/windows/wsl-open.md
Normal file
24
pages.hi/windows/wsl-open.md
Normal 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`
|
Loading…
Add table
Reference in a new issue