Recent Releases of clear.cmd

clear.cmd - Clear screen like Unix in Windows Command prompt.

Clear screen like Unix in Windows Command prompt.
🖥️ Command prompt, 📜 Files,

clear is a builtin shell command various Unix shells (such as bash), which is clears the terminal by scrolling down (until old output is not visible) and resetting the cursor to the top-left corner of the screen. This package provides the same behaviour as Unix clear (as mentioned above) on the Windows Command prompt. Source code for the executable is in C#.

Stability: Experimental.


```bash

Install on Windows

$ npm install -g clear.cmd ```


```bash

Push screen text to the top, reset cursor.

$ clear ```



References:



- C#
Published by wolfram77 over 7 years ago