Not logged in -
Login
IWDW
Toggle navigation
Main Page
Categories
All pages
< back
Useful UNIX commands
Compute md5 sums for directory tree
{{{find
find
./ -type f -print0 | xargs -0 /home/dschmidt/tarSum.py
}}}