for i in `find main/dep11 -type f ` do md=`md5sum $i | awk '{print $1}'`;size=`du -b $i | awk '{print $1}'` echo "$md $size $i" done