bbapplets - simple helper script

Denys Vlasenko vda.linux at googlemail.com
Sun Aug 29 10:53:19 UTC 2010


On Sunday 29 August 2010 10:22, Harald Becker wrote:
>  Hi!
> 
> Here is a simple helper script (sh & sed), may be worth to be included
> in the distribution. It takes the output of busybox and creates a sorted
> list of applets, one name per line. May be used for things like this:
> 
> busybox-build1 | bbapplets >applets-1.lst
> busybox-build2 | bbapplets >applets-2.lst
> comm -3 applets-1.lst applets-2.lst
> 
> Shows which applets are in build1 and not in build2 and wise versa (play
> with comm parameter -123).

There is "busybox --list[-full]" for such things.

-- 
vda



More information about the busybox mailing list