reset
Reinitializes the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.
Install
- All systems
-
curl cmd.cat/reset.sh
- Debian
-
apt-get install ncurses-bin
- Ubuntu
-
apt-get install ncurses-bin
- Alpine
-
apk add ncurses
- Arch Linux
-
pacman -S ncurses
- Kali Linux
-
apt-get install ncurses-bin
- CentOS
-
yum install ncurses
- Fedora
-
dnf install ncurses
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncurses-bin
- OS X
-
brew install ncurses
- Raspbian
-
apt-get install ncurses-bin
- Dockerfile
- dockerfile.run/reset
- Docker
-
docker run cmd.cat/reset reset
powered by Commando
Reinitializes the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.
-
Reinitialize the current terminal:
reset
-
Display the terminal type instead:
reset -q
© tl;dr; authors and contributors