Compare local file and remote file using md5 checksum
27/03/2013
Article
Using md5Â checksum we can compare local file and remote file content on linux.watch full movie The Shack 2017 online
Command
For remote file
ssh user@server "md5sum <file path>"
For local file
md5sum <file path>
If both md5sum 128 bit values are same, then both files content also same.
Categories: Linux