> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/clear.md).

# clear

清除当前屏幕终端上的任何信息

## 补充说明

**clear命令** 用于清除当前屏幕终端上的任何信息。

### 语法

```
clear
```

### 实例

直接输入clear命令当前终端上的任何信息就可被清除。
