Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Transfer from iPod using the 'find' command' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Transfer from iPod using the 'find' command
Authored by: adrianm on Apr 14, '05 02:04:24PM
Cursed copy/paste!

Last example should have been:


open /Volumes/YourIPodName/iPod_Control/Music/**/*(/)
to open the directories.

open -a iTunes /Volumes/YourIPodName/iPod_Control/Music/**/*(.)
to force them to open in iTunes.

[ Reply to This | # ]