mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 22:44:37 +00:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, dos]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# CLS
|
|
|
|
> Clear the screen and reset colors.
|
|
> More information: <https://help.fdos.org/en/hhstndrd/batch/cls.htm>.
|
|
|
|
- Clear the screen resetting colors to white on black:
|
|
|
|
`CLS`
|