Clear screen and scrollback on Linux.
npm install cls.shClear screen and scrollback on Linux.
š Bash,
š Files.
[cls] (similar to [clear] in Unix-like systems) is a builtin command in
Windows [Command prompt], which clears the screen and scrollback (entire
screen buffer), and resets the cursor to the top-left corner of the screen.
The cls command actually has its origins in [BASIC]. This package provides the
same behaviour as mentioned above on Linux (with [bash] shell). I often
prefer this instead of clear when the output of a command is long. You can
install this with npm install -g cls.sh.
> Stability: Experimental.
[cls]: https://en.wikipedia.org/wiki/CLS_(command)
[clear]: https://en.wikipedia.org/wiki/Clear_(Unix)
[BASIC]: https://en.wikipedia.org/wiki/BASIC
[bash]: https://en.wikipedia.org/wiki/Bash_(Unix_shell)
[Command prompt]: https://en.wikipedia.org/wiki/Cmd.exe
``bash``Clear screen, reset cursor, clear scrollback
$ cls
- PuTTY: clear scrollback from commandline
- CSI (Control Sequence Introducer) sequences_sequences)
- How to make git checkout files permission mode are 777?
- cls command



