How to clear screen in unix/unix like os/cygwin?
printf "\ec"
You may want to give alias:
alias cls = 'printf "\ec"'
You may want to store the above alias in .bash_profile.