- Notifications
You must be signed in to change notification settings - Fork0
Clear screen and scrollback on Linux.
License
NotificationsYou must be signed in to change notification settings
nodef/cls.sh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Clear screen and scrollback on Linux.
🐚Bash,📜Files.
cls (similar toclear inUnix-like systems) is abuiltin command inWindowsCommand prompt, whichclears the screen and scrollback (entirescreen buffer), andresets the cursor to the top-left corner of the screen.Thecls
command actually has its origins inBASIC. This package provides thesame behaviour as mentioned above onLinux (withbash shell). I oftenprefer this instead ofclear
when the output of a command is long. You caninstall this withnpm install -g cls.sh
.
Stability:Experimental.
# Clear screen, reset cursor, clear scrollback$ cls
- PuTTY: clear scrollback from commandline
- CSI (Control Sequence Introducer) sequences
- How to make git checkout files permission mode are 777?
- cls command
About
Clear screen and scrollback on Linux.