In short, I have this script that I call cls:
#!/usr/bin/env php
<?php
exec ('clear');
I assign execution permissions like this:
$ chmod +x cls
I execute it in this way from the terminal:
$ cls
Why do not you erase the terminal screen? All the other Linux commands, yes, it executes them.