cara mencari string di subdirektori di unix
grep -rl "string" /path
Yawning Yacare
grep -rl "string" /path
grep -Hrn 'search term' path/to/files