==== How to remove script from all pages ==== Xargs can be wack sometimes, you can use -exec in find to do the same thing as xargs: find . -name '*.php' -o -name '*.htm*' -exec grep iframe {} \+ | cut -d ':' -f1 #this should be run in the root directory that needs to be cleaned #!/bin/sh TODAY=$(/bin/date +%m%d%y) for i in $(find . \( -name '*.php' -o -name '*.htm*' \) -exec grep -i '