Protéger les métacaractères Shell*

Author:
<?php
system('ls -al '.escapeshellarg($fichier));
system(escapeshellcmd($ls_program).' -al');
?>