How to clean a gibberish GNU/Linux terminal
tput sgr0
tput means “terminal put”, this will send commands to the terminal.
sgr0 means “Set Graphics Renditions to 0”, it will reset the terminal attributes.
tput sgr0
tput means “terminal put”, this will send commands to the terminal.
sgr0 means “Set Graphics Renditions to 0”, it will reset the terminal attributes.