1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 05:44:58 +00:00
serenity/Base/usr/share/man/man1/clear.md
2021-07-03 09:08:25 +02:00

13 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.