Using the clear command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands when
clear
echo -e "\e[3J"
This works in Linux Machines