find

linux, php Add comments

Find word in php files

find . -iname '*php' | xargs grep 'find_what' -sl

Find php short tags in php files

find . -name '*.php' -exec grep -H "<?[^pPxX]" {} \;

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in