代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/374687/2748705
mk openvpn.mk
#############################################################
#
# openvpn
#
# NOTE: Uses start-stop-daemon in init script, so be sure
# to enable that within busybox
#
################################
www.eeworm.com/read/374687/2748739
mk vtun.mk
#############################################################
#
# vtun
#
# NOTE: Uses start-stop-daemon in init script, so be sure
# to enable that within busybox
#
###################################
www.eeworm.com/read/250015/4443363
md5sum-verifies-non-binary-file
touch foo
md5sum foo > bar
busybox md5sum -c bar
www.eeworm.com/read/250015/4443443
tar-complains-about-missing-file
touch foo
tar cf foo.tar foo
! busybox tar xf foo.tar bar
www.eeworm.com/read/227259/4776733
md5sum-verifies-non-binary-file
touch foo
md5sum foo > bar
busybox md5sum -c bar
www.eeworm.com/read/227259/4776755
egrep-is-not-case-insensitive
# FEATURE: CONFIG_FEATURE_GREP_EGREP_ALIAS
test x`echo foo | busybox egrep FOO` = x
www.eeworm.com/read/227259/4776770
sed-recurses-properly
test "`echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')` = ',1,2,3,4,5,'"
www.eeworm.com/read/227259/4776839
tar-complains-about-missing-file
touch foo
tar cf foo.tar foo
! busybox tar xf foo.tar bar
www.eeworm.com/read/295117/3912256
md5sum-verifies-non-binary-file
touch foo
md5sum foo > bar
busybox md5sum -c bar