logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Clear Screen - Control Command Prompt Output | Online Free DevTools by Hexmos

Clear screen easily with CLS, the command prompt utility. Remove clutter and control your command line interface on Windows. Free online tool, no registration required.

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.

  • View the documentation of the equivalent PowerShell command:

tldr clear-host

  • Clear the screen:

cls

See Also