Clear Command - Clear Host | Online Free DevTools by Hexmos
Clear your terminal screen with Clear Command. Quickly remove all previous commands and output for a clean workspace. Free online tool, no registration required.
clear
In PowerShell, this command is an alias of
Clear-Host
.
- View documentation for the original command:
tldr clear-host