Scott Peshak <[email protected]> writes:
> I use something similar to this:
>
> find /afs/foo/bar/ -type f -exec md5sum {} \;
Why not just cat {} \> /dev/null \;
It takes less CPU and still pulls in the file.. So you're purely IO
bound and not potentially CPU-bound (using md5sum).
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
[email protected] PGP key available
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info