To pull the actual file names from your iTunes music library:
grep Location iTunes\ Music\ Library.xml | sed -e 's|\<\key\>Location\<\/key\>\file:\/\/localhost\(.*\)\<\/string\>|\1|g'
the art of writing is discovering what you believe
To pull the actual file names from your iTunes music library: grep Location iTunes\ Music\ Library.xml | sed -e ‘s|\<\key\>Location\<\/key\>\file:\/\/localhost\(.*\)\<\/string\>|\1|g’
To pull the actual file names from your iTunes music library:
grep Location iTunes\ Music\ Library.xml | sed -e 's|\<\key\>Location\<\/key\>\file:\/\/localhost\(.*\)\<\/string\>|\1|g'