Newer
Older
minerva / Base / usr / share / man / man1 / clear.md
@minerva minerva on 13 Jul 190 bytes Initial commit
## 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.