On Sun, 29 Aug 2010, Denys Vlasenko wrote: > 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.
Nevertheless, still usefull for older bb versions which lack that. Cheers, -- Cristian _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
