HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

CLS — Clear the screen and reset colors. More information: <https://help.fdos.org/en/hhstndrd/batch/cls.ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theclscommandandcliresetscreenclear

Problem

How to use the CLS command: Clear the screen and reset colors. More information: <https://help.fdos.org/en/hhstndrd/batch/cls.htm>.

Solution

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

Code Snippets

Clear the screen resetting colors to white on black

CLS

Context

tldr-pages: dos/CLS

Revisions (0)

No revisions yet.