代码搜索:BusyBox

找到约 1,719 项符合「BusyBox」的源代码

代码结果 1,719
www.eeworm.com/read/250015/4443464

cut-cuts-a-character

test $(echo abcd | busybox cut -c 3) = c
www.eeworm.com/read/227259/4776696

hostname-d-works

test x$(hostname -d) = x$(busybox hostname -d)
www.eeworm.com/read/227259/4776698

hostname-s-works

test x$(hostname -s) = x$(busybox hostname -s)
www.eeworm.com/read/227259/4776699

hostname-i-works

test x$(hostname -i) = x$(busybox hostname -i)
www.eeworm.com/read/227259/4776701

basename-works

test x$(basename $(pwd)) = x$(busybox basename $(pwd))
www.eeworm.com/read/227259/4776705

id-ur-works

test x$(id -ur) = x$(busybox id -ur)
www.eeworm.com/read/227259/4776706

id-u-works

test x$(id -u) = x$(busybox id -u)
www.eeworm.com/read/227259/4776707

id-un-works

test x$(id -un) = x$(busybox id -un)
www.eeworm.com/read/227259/4776708

id-g-works

test x$(id -g) = x$(busybox id -g)
www.eeworm.com/read/227259/4776754

grep-handles-multiple-regexps

echo foo | busybox grep -e foo -e bar