From 13291ccad9fd5e9292ea7a25af58aaccdff48b53 Mon Sep 17 00:00:00 2001 From: Karthik Vallamsetla <62076693+karthik-script@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:21:49 -0800 Subject: [PATCH] pwd: add Hindi translation (#14895) --- pages.hi/windows/pwd.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.hi/windows/pwd.md diff --git a/pages.hi/windows/pwd.md b/pages.hi/windows/pwd.md new file mode 100644 index 0000000000..b0f9351d80 --- /dev/null +++ b/pages.hi/windows/pwd.md @@ -0,0 +1,12 @@ +# pwd + +> PowerShell में, यह कमांड `Get-Location` का उपनाम है। +> हालांकि, यह कमांड Command Prompt (`cmd`) पर उपलब्ध नहीं है। समान कार्यक्षमता के लिए इसके बजाय `cd` का उपयोग करें। + +- समकक्ष Command Prompt कमांड के लिए दस्तावेज़ देखें: + +`tldr cd` + +- मूल PowerShell कमांड के लिए दस्तावेज़ देखें: + +`tldr get-location`