I want to compare directories

TheSiege

Diamond Member
Jun 5, 2004
3,918
14
81
i have my mp3s on my hard disk and on my mp3 player, but my mp3 player is missing like 4 mp3s, and i have my mp3s sorted my artist then albumn and then finally the songs on that albumn, i need an app that will tell me what mp3s are in one dir/sub-dir and not in the other

thanx
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
diff would do the job. Example:

$ find dir0
dir0
dir0/foo
dir0/bar

$ find dir1
dir1
dir1/foo

$ diff -r dir0 dir1
Only in dir0: bar