Tomi Ollila <tomi.ollila at iki.fi> writes: > The find option syntax `-perm +111` is deprecated gnu find feature. > The replacement `( -perm -100 -o -perm -10 -o -perm 1 )` should also > work outside of the GNU domain. pushed, d