Report abuse

for i in `cat path/to/overthere/files.txt`; do find path/to/overthere -name $i 2>/dev/null; done;