Files
learn.softwareshinobi.com/landing/docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md
2025-03-14 15:46:26 -04:00

577 B
Executable File

The clear command

In linux, the clear command is used to clear terminal screen.

Example

$ clear

Before:

$ echo Hello World
Hello World

$ clear

After executing clear command:

$

Screenshot:

clear command in linux example

After running the command your terminal screen will be clear:

clear command in linux