2015年3月29日 星期日

Batch script to replace PHP short open tags with


find ./ -name "*.php" -type f | xargs  perl -i.sed.bak -p -e 's|<\?=(.*?)\?>|<?php echo \1; ?>|g; s|<\?|<?php|g; s|<\?phpphp|<?php|g; s|<\?php([^ ])|<?php \1|g; s|([^ ])\?>|\1 ?>|g'


find ./ -name "*.sed.bak" -type f -delete

沒有留言:

張貼留言