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:01:28PM
If your shell is zsh, then:

open /Volumes/YourIPodName/iPod_Control/Music/**/*(.)
to open every normal file (ie. the tunes).

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

Not quite sure why you'd want to do this though :-)

Just highlighting the splendour of zsh, really.

[ Reply to This | # ]

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 | # ]
Transfer from iPod using the 'find' command
Authored by: simonpie on Apr 14, '05 06:02:02PM
Just highlighting the splendour of zsh, really.

Funny.

[ Reply to This | # ]