mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00: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.
|