Linux – Ubuntu – Execute multiple php files via command line

command-line-interfacelinuxPHP

How do I execute multiple php files via command line?

Best Answer

Just call them one after each other:

a.php; b.php; c.php