I am using linux, I have a file containing nearly 90 filenames of files from various locations in my HDD. I want to copy those files to a USB drive, how could i do that? The file containing filenames is in the following format :
file1
file2
.
.
.
filen
I think a shell script could do that easily , but since i'm a beginner I don't know how to write it. Please provide a solution.