On Sun, 19 Jun 2011 13:39:06 +0200, Gilles <[email protected]> wrote: >I'm using hush as the shell in Buybox 1.16.2, and was wondering if >hush is able to recurse through the file system, call scanelf for each >item, and parse the answer, or if I should use a higher-level >scripting tool.
Solved the problem through the command line: find /bin -type f -print0 | xargs -0 ./readelf -d _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
