# find "$2"/ -type f -print | xargs grep -l -i "$1"
find . -type f -print | xargs grep -l -i "$1"
