代码搜索:BusyBox

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

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

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
www.eeworm.com/read/295117/3912346

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
www.eeworm.com/read/428548/1959016

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
www.eeworm.com/read/418008/2095315

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
www.eeworm.com/read/250015/4443418

dirname-handles-empty-path

test $(busybox dirname '') = .
www.eeworm.com/read/250015/4443420

dirname-handles-root

test $(busybox dirname /) = /
www.eeworm.com/read/250015/4443433

tar-demands-at-most-one-ctx

! busybox tar tx
www.eeworm.com/read/250015/4443445

tar-demands-at-least-one-ctx

! busybox tar v
www.eeworm.com/read/227259/4776815

dirname-handles-empty-path

test $(busybox dirname '') = .
www.eeworm.com/read/227259/4776817

dirname-handles-root

test $(busybox dirname /) = /