What is the easiest way (using a graphical tool or command line on Ubuntu Linux) to know if two binary files are the same or not (except for the time stamps)? I do not need to actually extract the difference. I just need to know whether they are the same or not.
Share
The standard unix
diffwill show if the files are the same or not:If there is no output from the command, it means that the files have no differences.