Using rsync, how can I rename files when copying with the --files-from argument? I have about 190,000 files, each of which need to be renamed when copying from source to destination. I plan to have the list of files in a text file to pass to the --files-from argument.
|
feedback
|
|
Unfortunately I don't think | |||
|
feedback
|
|
If your rename would consist of merely adding a suffix to the existing name, then you might be able to use the | |||
|
feedback
|