Not logged in - Login

Useful UNIX commands

Compute md5 sums for directory tree

find ./ -type f -print0 | xargs -0 /home/dschmidt/tarSum.py