Skip to content

Instantly share code, notes, and snippets.

@alrayyes
Created April 29, 2014 22:41
Show Gist options
  • Save alrayyes/c5710147108300f80e1d to your computer and use it in GitHub Desktop.
Save alrayyes/c5710147108300f80e1d to your computer and use it in GitHub Desktop.
Command to list songs iTunes mangled when I tried moving my library to my Nas and back. Moral of the story: Don't use iTunes.
#!/bin/sh
find ~/Music/iTunes/iTunes\ Media/Music -depth 3 -type d
echo "Number of files remaining:" && find ~/Music/iTunes/iTunes\ Media/Music -depth 3 -type d | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment