Hi Vic, Assuming that the two CD's are mounted on /mnt/cd and /mnt/cd2 then you could compare the contents with: diff -r --brief /mnt/cd /mnt/cd2 For an explanation of these options and many more, try: man diff Jim