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.
But busybox does not inform about that option, any options:
$ ./busybox --help
BusyBox v1.18.0.git (2010-08-31 21:06:09 CEST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
Usage: busybox [function] [arguments]...
or: function [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.
Currently defined functions:
...
Cheers,
--
Cristian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox