Not logged in - Login
< back

Useful UNIX commands

Compute md5 sums for directory tree

find{{{find ./rootdir/./ -type f -print0 | xargs -0 md5sum > ./sumFileName.txt /home/dschmidt/tarSum.py }}}