Rate this script:  I Love it  /   I Hate it

Replace old style PHP tags to new style tags


Code


find * -type f -exec perl -i -wpe 's/<\?php/<\?/g' {} \;
find * -type f -exec perl -i -wpe 's/<\?/<\?php/g' {} \;
 

 

 
Replace old style PHP tags to new style tags scripts | Replace old style PHP tags to new style tags snippet | Replace old style PHP tags to new style tags example | Replace old style PHP tags to new style tags tutorial | Replace old style PHP tags to new style tags code