1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/cls.md

14 lines
376 B
Markdown
Raw Normal View History

2017-11-28 22:31:16 -05:00
# cls
> Clears the screen.
> In PowerShell, this command is an alias of `Clear-Host`. This documentation is based on the Command Prompt (`cmd`) version of `cls`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>.
2017-11-28 22:31:16 -05:00
- View the documentation of the equivalent PowerShell command:
`tldr clear-host`
2017-11-28 22:31:16 -05:00
- Clear the screen:
`cls`