代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/428548/1958884

touch-creates-file

busybox touch foo test -f foo
www.eeworm.com/read/428548/1958921

hostid-works

test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/428548/1958939

echo-prints-argument

test xfubar = x`busybox echo fubar`
www.eeworm.com/read/428548/1958985

mkdir-makes-a-directory

busybox mkdir foo test -d foo
www.eeworm.com/read/428548/1958987

gzip-accepts-single-minus

echo foo | busybox gzip - >/dev/null
www.eeworm.com/read/418008/2095190

hostname-works

test x$(hostname) = x$(busybox hostname)
www.eeworm.com/read/418008/2095195

touch-creates-file

busybox touch foo test -f foo
www.eeworm.com/read/418008/2095233

hostid-works

test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/418008/2095247

echo-prints-argument

test xfubar = x`busybox echo fubar`
www.eeworm.com/read/418008/2095289

mkdir-makes-a-directory

busybox mkdir foo test -d foo