Browse Source

cls: add Hindi translation (#14876)

Karthik Vallamsetla 3 months ago
parent
commit
b60545c3a3
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages.hi/windows/cls.md

+ 13 - 0
pages.hi/windows/cls.md

@@ -0,0 +1,13 @@
+# cls
+
+> स्क्रीन को साफ करता है।
+> PowerShell में, यह कमांड `Clear-Host` का उपनाम है। यह दस्तावेज़ Command Prompt (`cmd`) संस्करण के `cls` पर आधारित है।
+> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>।
+
+- समकक्ष PowerShell कमांड का दस्तावेज़ देखें:
+
+`tldr clear-host`
+
+- स्क्रीन को साफ करें:
+
+`cls`