代码搜索:BusyBox

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

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

basename-does-not-remove-identical-extension

test xfoo = x`busybox basename foo foo`
www.eeworm.com/read/227259/4776704

touch-does-not-create-file

busybox touch -c foo test ! -f foo
www.eeworm.com/read/227259/4776710

true-is-silent

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

wget-handles-empty-path

busybox wget http://www.google.com
www.eeworm.com/read/227259/4776758

echo-prints-arguments

test "`busybox echo foo bar`" = "foo bar"
www.eeworm.com/read/227259/4776764

find-supports-minus-xdev

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

sed-accepts-blanks-before-command

busybox sed -e '1 d'
www.eeworm.com/read/227259/4776850

false-is-silent

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

basename-does-not-remove-identical-extension

test xfoo = x`busybox basename foo foo`
www.eeworm.com/read/295117/3912228

touch-does-not-create-file

busybox touch -c foo test ! -f foo