How do I clear the terminal and show the output of my script after a blank terminal.
This is the top of my script:
#!/usr/bin/env php
<?php
require_once("setting/phpmailer/PHPMailerAutoload.php");
include('setting/mks.settings.php');
its the different question from my last, my last question is how to make my tag working, but in this question im asking how to make bash command clear working on my php bash @mario, thx The way I run this script as the bash script ./myfile
I want to make like the clear
command on bash, but I don't know how to do so, when I put clear
it just print out clear without clearing the terminal.