代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/227259/4776847

date-u-works

test x"`date -u`" = x"`busybox date -u`"
www.eeworm.com/read/227259/4776856

cut-cuts-an-open-range

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

cut-cuts-a-character

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

repository

busybox-0.60.1/bootfloppy/etc/init.d
www.eeworm.com/read/295117/3912220

hostname-d-works

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

hostname-s-works

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

hostname-i-works

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

basename-works

test x$(basename $(pwd)) = x$(busybox basename $(pwd))
www.eeworm.com/read/295117/3912229

id-ur-works

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

id-u-works

test x$(id -u) = x$(busybox id -u)