代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/295117/3912234

true-is-silent

busybox true 2>&1 | cmp - /dev/null
www.eeworm.com/read/295117/3912272

wget-handles-empty-path

busybox wget http://www.google.com
www.eeworm.com/read/295117/3912275

echo-prints-arguments

test "`busybox echo foo bar`" = "foo bar"
www.eeworm.com/read/295117/3912278

find-supports-minus-xdev

busybox find . -xdev >/dev/null 2>&1
www.eeworm.com/read/295117/3912344

false-is-silent

busybox false 2>&1 | cmp - /dev/null
www.eeworm.com/read/276787/4162968

switch_root

/sbin/switch_root ../bin/busybox 50
www.eeworm.com/read/276787/4162997

pivot_root

/sbin/pivot_root ../bin/busybox 50
www.eeworm.com/read/276787/4163037

minix fsck.minix

/sbin/fsck.minix ../bin/busybox 50
www.eeworm.com/read/276787/4163118

minix mkfs.minix

/sbin/mkfs.minix ../bin/busybox 50
www.eeworm.com/read/428548/1958882

basename-does-not-remove-identical-extension

test xfoo = x`busybox basename foo foo`