mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
14 lines
190 B
Markdown
14 lines
190 B
Markdown
## Name
|
|
|
|
clear - clear the terminal
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ clear
|
|
```
|
|
|
|
## Description
|
|
|
|
`clear` clears the current terminal contents by writing `\033[3J\033[H\033[2J` to the standard output.
|