How do I compare binary files in Linux? xxd filebin | od -x filebin Get link Facebook X Pinterest Email Other Apps By OK - March 04, 2018 % xxd b1 > b1.hex % xxd b2 > b2.hex And then % diff b1.hex b2.hex od -x <file> Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment