Not logged in - Login
< back

Useful UNIX commands

Compute md5 sums for directory tree

find ./rootdir/ -type -f -print0 | xargs -0 md5sum > ./sumFileName.txt