SyntaxFix
Write A Post
Hire A Developer
Questions
This is the best way for me:
cat filename.tsv | while read FILENAME do sudo find /PATH_FROM/ -name "$FILENAME" -maxdepth 4 -exec cp '{}' /PATH_TO/ \; ; done