http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405108: NAK...

Loïc Grenié loic.grenie at gmail.com
Sat Jul 12 18:12:43 UTC 2008


2008/7/12 Denys Vlasenko <vda.linux at googlemail.com>:
[snip]
> If one line of shell script can do it:
>
> busybox | grep -A 100 'Currently defined functions' | { read junk; xargs | sed -e 's/,/ /g' -e 's/   */ /g'; }

   I've a shorter one !

busybox | sed -e '1,/Currently defined functions/d' -e 's/,//g' | xargs

   Even though I perfectly understand Denys, I confess I would have
liked the --list
  option...

         Loïc



More information about the busybox mailing list