Lines 54-60
then
Link Here
|
54 |
\( \( ! -perm +010 -and -perm +001 \) -or \ |
54 |
\( \( ! -perm +010 -and -perm +001 \) -or \ |
55 |
\( ! -perm +020 -and -perm +002 \) -or \ |
55 |
\( ! -perm +020 -and -perm +002 \) -or \ |
56 |
\( ! -perm +040 -and -perm +004 \) \) \ |
56 |
\( ! -perm +040 -and -perm +004 \) \) \ |
57 |
-exec ls -liTd \{\} \+ | tee /dev/stderr | wc -l) |
57 |
-exec ls -lid -D "%FT%T" \{\} \+ | tee /dev/stderr | wc -l) |
58 |
[ $n -gt 0 ] && rc=1 || rc=0 |
58 |
[ $n -gt 0 ] && rc=1 || rc=0 |
59 |
fi |
59 |
fi |
60 |
|
60 |
|
61 |
- |
|
|