mv file.php file.php.old awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' file.php.old > file.php rm file.php.old