Created
February 25, 2016 15:59
-
-
Save ward/d93328ae68d441e8440d to your computer and use it in GitHub Desktop.
Compare music from a while back
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /run/media/ward/warddisk/Muziek/ -printf "%P\n" | sort > ~/tmp/muziek.txt | |
find /run/media/ward/WARDPOD/music/ -printf "%P\n" | sort > ~/tmp/music.txt | |
then | |
git diff the files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment