代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/227259/4776829
gzip-accepts-multiple-files
touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz
www.eeworm.com/read/223124/4813795
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/327225/3463214
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/327225/3463259
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/318961/3559955
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/318961/3560000
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/307309/3725334
tests var.tests
URL=http://busybox.net
echo $URL
echo ${URL}_abc
true
false; echo $?
true
{ false; echo $?; }
www.eeworm.com/read/295117/3912227
touch-touches-files-after-non-existent-file
touch -t 198001010000 bar
busybox touch -c foo bar
test x"`find bar -mtime -1`" = xbar
www.eeworm.com/read/295117/3912245
mv-moves-unreadable-files
touch foo
chmod a-r foo
busybox mv foo bar
test ! -e foo
test -f bar
www.eeworm.com/read/295117/3912322
gzip-accepts-multiple-files
touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz