代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/428548/1959010

date-r-works

test x"`date -R`" = x"`busybox date -R`"
www.eeworm.com/read/428548/1959020

cut-cuts-an-open-range

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

cut-cuts-a-character

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

hostname-d-works

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

hostname-s-works

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

hostname-i-works

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

basename-works

test x$(basename $(pwd)) = x$(busybox basename $(pwd))
www.eeworm.com/read/418008/2095198

id-ur-works

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

id-u-works

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

id-un-works

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