2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: clear
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
2021-05-30 02:57:04 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Clear the terminal.
|
|
|
|
|
|
|
|
## Signature
|
2021-05-30 02:57:04 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> clear ```
|
2021-05-30 02:57:04 +02:00
|
|
|
|
|
|
|
## Examples
|
2022-02-14 03:22:51 +01:00
|
|
|
|
|
|
|
Clear the terminal
|
2021-05-30 02:57:04 +02:00
|
|
|
```shell
|
|
|
|
> clear
|
2022-02-14 03:22:51 +01:00
|
|
|
```
|