Md5sum without errors

I have a bash script part of which has some rclone commands within it, namely the rclone md5sum command, the output of which is logged to a file, this file is then parsed by the script, the problem is that the log file sometimes contains errors within it and thus isn't the same as the output from the md5sum linux command, but my script relies on the output being identical to that and thus not contain errors.

Is it not possible to get INFO log without ERRORS?

The output of rclone md5sum is sent to stdout whereas the log message are sent to stderr so you can separate the two quite easily if that is what you mean.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.