代码搜索:BusyBox

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

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

true-returns-success

busybox true
www.eeworm.com/read/295117/3912265

uptime-works

busybox uptime
www.eeworm.com/read/295117/3912345

false-returns-failure

! busybox false
www.eeworm.com/read/428548/1958891

true-returns-success

busybox true
www.eeworm.com/read/428548/1958923

uptime-works

busybox uptime
www.eeworm.com/read/428548/1959015

false-returns-failure

! busybox false
www.eeworm.com/read/418008/2095202

true-returns-success

busybox true
www.eeworm.com/read/418008/2095235

uptime-works

busybox uptime
www.eeworm.com/read/418008/2095314

false-returns-failure

! busybox false
www.eeworm.com/read/250015/4443457

strings-works-like-gnu

rm -f foo bar strings -af ../../busybox > foo busybox strings -af ../../busybox > bar set +e test ! -f foo -a -f bar if [ $? = 0 ] ; then set -e diff -q foo bar fi