use our own copy of stat(1) cos we know it'll be there & it has a set

output format.
This commit is contained in:
fsgqa
2002-05-21 05:27:09 +00:00
parent ec76242f15
commit d54a087aff
+1 -1
View File
@@ -80,7 +80,7 @@ while [ $i -le 9 ]; do
fi
echo "********* level $i ***********" >>$seq.full
date >>$seq.full
find $SCRATCH_MNT -exec stat {} \; >$tmp.dates.$i
find $SCRATCH_MNT -exec $here/src/lstat64 {} \; >$tmp.dates.$i
if [ $i -gt 0 ]; then
level_1=`expr $i - 1`
diff -c $tmp.dates.$level_1 $tmp.dates.$i >>$seq.full