Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 577 Bytes

043-the-clear-command.md

File metadata and controls

30 lines (20 loc) · 577 Bytes

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