Not logged in -
Login
IWDW
Toggle navigation
Main Page
Categories
All pages
< 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 }}}