tldr/pages/windows/cls.md

14 lines
376 B
Markdown
Raw Normal View History

2017-11-29 03:31:16 +00: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-29 03:31:16 +00:00
- View the documentation of the equivalent PowerShell command:
`tldr clear-host`
2017-11-29 03:31:16 +00:00
- Clear the screen:
`cls`