Hush script to recurse through file system?
Gilles
codecomplete at free.fr
Sun Jun 19 23:40:19 UTC 2011
On Mon, 20 Jun 2011 01:36:34 +0200, Harald Becker <ralda at gmx.de>
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!
More information about the busybox
mailing list