The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-02-2009
TeamUSA TeamUSA is offline
Registered User
  
 

Join Date: Jul 2009
Posts: 17
read a .bin through terminal and output a checksum?

Hi all,

Ive been given a .bin file that I want to do a checksum on to make sure that it is consistant with what I know should be the checksum. I have tried using md5sum but it spits out a 128 bit line rather than a 32 bit line, which is what I want. Can someone help set me off in the right direction to develop a tool that will allow me to read each word in the .bin and compile a checksum together? I have never used unix before and I would like explanation on what I should do. Thanks in advance for any and all help.