Hi.
I have the following script which searches for a list of files (included in a list.txt file) and then copies them into a new directory. The source files are all under the same folder, but they are scattered among several subfolders.
#!/bin/bash
SOURCE="/opt/source_folder/"...