I use the screen command for command-line multitasking in Linux and I set my scrollback buffer length to a very large value. Is there a key combination to clear the
screen
alias cls='printf "\e[3J\033c"'
Clears the screen and scrollback buffer.