cls: add Hindi translation (#14876)

This commit is contained in:
Karthik Vallamsetla
2024-11-18 08:20:06 -08:00
committed by GitHub
parent 7922d918f2
commit b60545c3a3

13
pages.hi/windows/cls.md Normal file
View File

@@ -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`