Files
bash.softwareshinobi.com/docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md
Software Shinobi 2b2c77b808
All checks were successful
learn org at code.softwareshinobi.com/bash.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-04 20:16:44 -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