mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
cls: add Hindi translation (#14876)
This commit is contained in:
parent
7922d918f2
commit
b60545c3a3
1 changed files with 13 additions and 0 deletions
13
pages.hi/windows/cls.md
Normal file
13
pages.hi/windows/cls.md
Normal 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`
|
Loading…
Add table
Reference in a new issue