codescalersinternships / home

home repo for internships
1 stars 0 forks source link

md5sum #96

Open xmonader opened 11 months ago

xmonader commented 11 months ago

md5sum tool in go to calculate md5 hash for a file, or for all of the files in a directory

usage

filename md5hash
~> md5sum -d dirname
filename1 md5hash1
filenam2 md5hash2