Busque el nombre de archivo recursivamente Linux
find . -name "foo*"
Kayomez
find . -name "foo*"
$ grep -r "String to be searched goes here" *