Linux clear command

Updated: 03/13/2021 by Computer Hope
clear command

On Unix-like operating systems, the clear command clears the screen.

Tip

When using the bash shell, you can also clear the screen by pressing Ctrl+L.

Syntax

clear

Examples

clear

Clear all text on the screen and display a new prompt.