代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/250015/4443453

date-works

test x"`date`" = x"`busybox date`"
www.eeworm.com/read/227259/4776697

hostname-works

test x$(hostname) = x$(busybox hostname)
www.eeworm.com/read/227259/4776702

touch-creates-file

busybox touch foo test -f foo
www.eeworm.com/read/227259/4776740

hostid-works

test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/227259/4776760

echo-prints-argument

test xfubar = x`busybox echo fubar`
www.eeworm.com/read/227259/4776785

sed-handles-empty-lines

test `echo | busybox sed -e 's/$/@/'` = @
www.eeworm.com/read/227259/4776826

mkdir-makes-a-directory

busybox mkdir foo test -d foo
www.eeworm.com/read/227259/4776828

gzip-accepts-single-minus

echo foo | busybox gzip - >/dev/null
www.eeworm.com/read/227259/4776848

date-works

test x"`date`" = x"`busybox date`"
www.eeworm.com/read/209616/4957676

repository

busybox-0.60.1/kernel-patches