
#recursively does a grep from this point down in tree
find . -type f -print |xargs /usr/bin/grep -i "$1"

