Back to Blog
Arnošt Havelka

CLEAR - Clear the Screen

Learn to clear terminal output

Start Interactive Lesson
CLEAR - Clear the Screen

When 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 / 1

Which command clears the Bash terminal screen?

References

These documentation links provide authoritative details for the commands used in this article.

Up Next

Getting Help in Bash

Learn how to access help and documentation for any command.