blob: 61e51d5e27652fc7244770f63306c57fa5ff5cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## 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.
|