<quote who="Bill Bennett"> > I use cdparanoia to rip an audio track. I store it as AudioA.wav. > > I use cdrecord to burn the track. I rip the burned track and store it as > AudioB.wav. > > I'd like to compare the files to see what sort of job I've made. > > a) Is there a Linux programme to do this?
Sure, run md5sum on the two files, like this: $ md5sum jdub* 43418bbfc74efc6b94397e427cd3fa32 jdub-face.base64 5c926bcaeeb89add1c4edabffbaca22b jdub.png If the md5sums match, then they have exactly the same content. > b) Would anyone care to speculate on what I'd find? I doubt they'd come out exactly the same, but that's just a guess. If you end up doing it, please share the results! :-) - Jeff -- Get Informed: SCO vs. IBM http://sco.iwethey.org/ "If you want to start a debate on a subject, however, all that seems to be necessary is to involve perennial target Richard Gooch." - LWN -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
