<?php $paths = array('path1/', 'path2/'); $ext = 'txt'; foreach($paths as $p) system("rm -f {$p}*.{$ext}"); ?>