2017-11-29 03:31:16 +00:00
|
|
|
# cls
|
|
|
|
|
|
|
|
> Clears the screen.
|
2023-10-25 10:00:02 +01:00
|
|
|
> In PowerShell, this command is an alias of `Clear-Host`. This documentation is based on the Command Prompt (`cmd`) version of `cls`.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>.
|
2017-11-29 03:31:16 +00:00
|
|
|
|
2023-10-25 10:00:02 +01:00
|
|
|
- View the documentation of the equivalent PowerShell command:
|
|
|
|
|
|
|
|
`tldr clear-host`
|
|
|
|
|
2017-11-29 03:31:16 +00:00
|
|
|
- Clear the screen:
|
|
|
|
|
|
|
|
`cls`
|