Files
linux.softwareshinobi.com/landing/docs/Commands/core/clear.md
Software Shinobi 7d9171c854
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
reworking content
2025-06-19 10:03:08 -04:00

577 B

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