Linux replace old PHP tags with new Date: 2017-05-01 find . -type f -name "*.php5" -exec sed -i -- 's/<?$/<?php/g' {} + Like224 Dislike28 73100cookie-checkLinux replace old PHP tags with newno