PDA

View Full Version : Recovering Songs from an IPod: Extra Detail




lances
Aug 7, 2008, 08:02 PM
I have not made any posts, so I cannot add this to the appropriate Wiki Page:

http://guides.macrumors.com/Recovering_Songs_from_an_iPod

In the case that we are searching only for a particular album or artist, say, we can search for the appropriate files by using the command:

grep -R [Search Key] *

For instance, if I wanted to find all the songs from the album Brushfire Fairytales by Jack Johnson, I would type

grep -R Brush *

The search will take some time, but all of the files containing the text Brush will be returned.

If someone could post this to the wiki, I'd appreciate it.