What command can I use to compare the content of two CD's?

Jim Danley Jim at Danley.com
Sun Jan 21 18:54:52 EST 2001


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





More information about the Speakup mailing list