find.1posix %2Fhome%2Fusername%2F -type f -print0 %7C xargs -0 sha1sum %7C tee checksum-result.log
find files
source manpages: find