mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:55:26 +02:00
pwd: add Hindi translation (#14895)
This commit is contained in:
parent
b60545c3a3
commit
13291ccad9
1 changed files with 12 additions and 0 deletions
12
pages.hi/windows/pwd.md
Normal file
12
pages.hi/windows/pwd.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# pwd
|
||||
|
||||
> PowerShell में, यह कमांड `Get-Location` का उपनाम है।
|
||||
> हालांकि, यह कमांड Command Prompt (`cmd`) पर उपलब्ध नहीं है। समान कार्यक्षमता के लिए इसके बजाय `cd` का उपयोग करें।
|
||||
|
||||
- समकक्ष Command Prompt कमांड के लिए दस्तावेज़ देखें:
|
||||
|
||||
`tldr cd`
|
||||
|
||||
- मूल PowerShell कमांड के लिए दस्तावेज़ देखें:
|
||||
|
||||
`tldr get-location`
|
Loading…
Add table
Reference in a new issue