2008/7/12 Denys Vlasenko <[EMAIL PROTECTED]>:
[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
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox