代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/295117/3912276
echo-does-not-print-newline
test `busybox echo -n word | wc -c` -eq 4
www.eeworm.com/read/295117/3912292
cp-preserves-source-file
touch foo
busybox cp foo bar
test -f foo
www.eeworm.com/read/295117/3912351
cut-cuts-an-unclosed-range
test $(echo abcd | busybox cut -c 3-) = cd
www.eeworm.com/read/428548/1958937
echo-does-not-print-newline
test `busybox echo -n word | wc -c` -eq 4
www.eeworm.com/read/428548/1958957
cp-preserves-source-file
touch foo
busybox cp foo bar
test -f foo