>>850

(find /tank -type f -print0 | sort -Vz | xargs -0 -n1 md5 )> log.txt

でやってみては?