TIL that you can redirect clear(1)'s standard output to a file and the use cat on the file to clear the screen.$ clear > foo$ cat foo#unix #bsd #linux #openbsd