cd </starting/path grep -r -i <pattern> ./*
cd <path to start search> find ./ -type f ! -type d|xargs grep <pattern>