L
L
lynnikvadim2015-01-14 21:09:06
bash
lynnikvadim, 2015-01-14 21:09:06

Md5sum all folder and contents?

How to md5sum a folder and its contents (subfolders and files) ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2015-01-14
@jcmvbkbc

find -type f -print0 | xargs -0 md5sum

Z
Zr, 2015-01-14
@Zr

What is "md5sum folder"? And for recursive calculation of sums, you can also md5sum(1)use it in combination with Bash or find md5deep(1)(usually from the package of the same name).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question