On Mon, 20 Jun 2011 01:36:34 +0200, Harald Becker <[email protected]> wrote: >May be you can get further optimization and select only files wit a set >executable bit (either x bit of user, group or other is set): > >find / -xdev -type f -perm +111 -print0 | ...
Good to know. It looks like the Busybox I compiled doesn't support the "-xdev" setting: > find / -xdev -type f -print0 find: unrecognized: -xdev I'll look into this tomorrow morning. Vielen Dank! _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
