Cómo buscar cadena en subdirectorio en UNIX
grep -rl "string" /path
Yawning Yacare
grep -rl "string" /path
grep -Hrn 'search term' path/to/files