Linux replace old PHP tags with new

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