I have a unix shell script that creates and transfers files from one path to another ( either from same server or from another) Then there is transfer of files to this folder from either same or different server.
I'm unable to identify a method through which I could verify my file transfer md5 or checksum through a script.usually I take the checksum of the source and destination folders and match them manually.
Please advise