I'd like to have a command either in the terminal or the applescript or whatever that would do the following:
Copy all iTunes Music Store Files from my Music folder & it's subdirectories and put them in a specific directory with the heirearchy intact ignoring the copy if files there exist and haven't changed.
I thought I could accomplish this with the CP command and have tried various forms of
cp -r /sourcedir/*.m4p /destdir -r and get *.m4p not found
Any suggestions?
Copy all iTunes Music Store Files from my Music folder & it's subdirectories and put them in a specific directory with the heirearchy intact ignoring the copy if files there exist and haven't changed.
I thought I could accomplish this with the CP command and have tried various forms of
cp -r /sourcedir/*.m4p /destdir -r and get *.m4p not found
Any suggestions?