Clear Terminal - Erase Screen | Online Free DevTools by Hexmos
Erase the terminal screen with Clear Terminal. Quickly clear your command line interface, preserve scrollback buffer, and specify terminal types. Free online tool, no registration required.
clear
Clears the screen of the terminal. More information: https://manned.org/clear.
- Clear the screen:
clear
- Clear the screen but keep the terminal’s scrollback buffer (equivalent to pressing
<Ctrl l>in Bash):
clear -x
- Indicate the type of terminal to clean (defaults to the value of the environment variable
TERM):
clear -T {{type_of_terminal}}
- Display the version of
ncursesused byclear:
clear -V