echo SEARCHING FOR $1 find . -type f -print | xargs grep -i "$@" /dev/null | pg