Files
cheatsheet-tldr/tldr/dos/cls
2025-10-19 00:22:04 +00:00

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`