reset

Reinitializes the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.

Debian Debian
RUN apt-get update && \ apt-get install -y ncurses-bin
Ubuntu
RUN apt-get update && \ apt-get install -y ncurses-bin
Alpine
RUN apk add ncurses
Arch Arch Linux
RUN pacman -S --noconfirm ncurses
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ncurses-bin
CentOS
RUN yum install -y ncurses
Fedora
RUN dnf install -y ncurses
Raspbian
RUN apt-get update && \ apt-get install -y ncurses-bin
click the source code to copy install reset on any operating system with command-not-found.com