mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 20:15:31 +02:00
13 lines
605 B
Markdown
13 lines
605 B
Markdown
![]() |
# pwd
|
||
|
|
||
|
> PowerShell में, यह कमांड `Get-Location` का उपनाम है।
|
||
|
> हालांकि, यह कमांड Command Prompt (`cmd`) पर उपलब्ध नहीं है। समान कार्यक्षमता के लिए इसके बजाय `cd` का उपयोग करें।
|
||
|
|
||
|
- समकक्ष Command Prompt कमांड के लिए दस्तावेज़ देखें:
|
||
|
|
||
|
`tldr cd`
|
||
|
|
||
|
- मूल PowerShell कमांड के लिए दस्तावेज़ देखें:
|
||
|
|
||
|
`tldr get-location`
|