A site for solving at least some of your technical problems...
A site for solving at least some of your technical problems...
Today I needed to test a transfer from a file system to another making sure that a 750Mb file was being tranfered correctly. For this I wanted to run an md5sum on the file from the native OS (MS-Windows) and then on the target OS (Linux).
I found a nice utility that worked right in and returned the correct result (what I'd expect.)
MD5sum by Jem Berkes, SysDesign