Linux replace old PHP tags with new

find .  -type f  -name "*.php5" -exec sed -i -- 's/<?$/<?php/g' {} +
7310cookie-checkLinux replace old PHP tags with new