代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/276787/4163075

swapoff

/sbin/swapoff ../bin/busybox 50
www.eeworm.com/read/276787/4163099

[[

/usr/bin/[[ ../../bin/busybox 50
www.eeworm.com/read/250015/4443448

expand-works-like-gnu

rm -f foo bar echo -e "\ty" | expand -t 3 ../../busybox > foo echo -e "\ty" | busybox unexpand -t 3 ../../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/1959006

expand-works-like-gnu

rm -f foo bar echo -e "\ty" | expand -t 3 ../../busybox > foo echo -e "\ty" | busybox unexpand -t 3 ../../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/4443328

hostname-works

test x$(hostname) = x$(busybox hostname)
www.eeworm.com/read/250015/4443333

touch-creates-file

busybox touch foo test -f foo
www.eeworm.com/read/250015/4443370

hostid-works

test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/250015/4443387

echo-prints-argument

test xfubar = x`busybox echo fubar`
www.eeworm.com/read/250015/4443429

mkdir-makes-a-directory

busybox mkdir foo test -d foo
www.eeworm.com/read/250015/4443431

gzip-accepts-single-minus

echo foo | busybox gzip - >/dev/null