find /home/dizin -name "*".php -type f -print0 | xargs -0 grep gr8 | uniq -c | sort -u | cut -d":" -f1 | awk '{print $2}' | uniq