I am trying to use Mac Terminal command to move files to a new location.
I have a list of almost 2000 filenames with full paths in a text file. (All of them are in one parent directory, but distributed within multiple sub-directories.) I want to move these files into a single folder outside the parent directory.
How do I do this? I need the command to do something like this:
mv 'files listed in abc.txt' to destination
Thanks in advance.