•Arnošt Havelka
CLEAR - Clear the Screen
Learn to clear terminal output
Start Interactive LessonWhen your terminal gets cluttered with too much text, you can start fresh by running the clear command. This hides all previous commands and outputs from the screen.
Simply type clear and press enter to get a clean workspace.
Knowledge Check
1 / 1Which command clears the Bash terminal screen?
References
These documentation links provide authoritative details for the commands used in this article.
Up Next
PWD - Print Working Directory
Find your current directory before running file commands