Hi!

On Son, 2011-06-19 at 12:21 -0400, Christopher Barry wrote: 
> On Sun, 2011-06-19 at 18:06 +0200, Harald Becker wrote:
[...] 
> > find / -xdev -type f -print0 | ...
> > 
> > This one gives any regular file entry in the rootfs (not digging into
> > mounted file systems).
[...] 
> FYI: This is more efficient than using a pipe:
> 
> find / -xdev -type f -exec readelf -d '{}' 2>/dev/null \;

In which way should this be more efficient?

Bernjd
-- 
Bernd Petrovitsch                  Email : [email protected]
                     LUGA : http://www.luga.at

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to