Russell Coker wrote:
> busybox | tail -19 | tr , n | sed -e "s/ \|\t//"|grep .|grep -v busybox
My version:
TAB=" "
busybox --help | grep -A 100 'Currently defined functions' | \
tail -n +2 | grep "^$TAB" | sed 's/,/ /g'
> Currently to get a list of the supported commands in bu
Package: busybox
Version: 1:1.1.3-3
Severity: normal
busybox | tail -19 | tr , n | sed -e "s/ \|\t//"|grep .|grep -v busybox
Currently to get a list of the supported commands in busybox I need to use
the above shell code. This is ugly and will cause problems if the number of
lines required
2 matches
Mail list logo