Create checksum file for each file separately?

Hi, please advise what command should I use to create and save file with a checksum for each file separately?

For example there are 100 files in a directory, I want to create a checksum for each file separately. So now there will be 200 files in the directory.

Thank you very much.

rclone does not have such functionality. But will calculate and store hashes using available cloud capabilities - see here which backend support what hash: Overview of cloud storage systems

Write some simple script and use hashing program provided by your OS if you need your model.

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