2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 12:43:48 +00:00
nushell/docs/commands/clear.md

19 lines
158 B
Markdown
Raw Normal View History

---
title: clear
layout: command
version: 0.59.0
---
Clear the terminal.
## Signature
```> clear ```
## Examples
Clear the terminal
```shell
> clear
```