My company develops products, primarily using Matlab scripts, that gets used by our customer in a RedHat environment we do not have access to.
I am trying to figure out a way to to a unix cksum command in Matlab so that when our costumer receives it they can verify that nothing has changed.
Edit for clarification: Since the tools used for development are in matlab, the PM would like the Unix cksum function integrated into the creation so that the output of our tool always matches what we deliver to the customer on a Unix system. We've found that a DOS cksum command and a Unix cksum don't give the exact same results