如何清除终端并在空白终端后显示脚本的输出。
这是我脚本的顶部:
#!/usr/bin/env php
<?php
require_once("setting/phpmailer/PHPMailerAutoload.php");
include('setting/mks.settings.php');
与上一个问题不同,我的最后一个问题是如何使我的标签正常工作,但是在这个问题中,我问如何使bash命令在我的php bash上清晰工作@mario,thx 我将此脚本作为bash脚本运行的方式。/myfile
我想像bash上的clear
命令一样,但是我不知道该怎么做,当我将clear
放进去时,它只是打印出来而没有清除终端。