Trouble with hashdeep, fed by find, and unusual characters
I’m using hashdeep to calculate checksums, recursively for files. However, I need to exclude certain directories and so the solution would seem to be to use find
to feed a file list to hashdeep. This is mostly working well.