代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/250015/4443414
gunzip-reads-from-standard-input
echo foo | gzip | busybox gunzip > output
echo foo | cmp - output
www.eeworm.com/read/250015/4443463
cut-cuts-a-closed-range
test $(echo abcd | busybox cut -c 1-2) = ab
www.eeworm.com/read/227259/4776779
sed-branch
test "$(echo foo | busybox sed 'b one;p;: one')" = foo
www.eeworm.com/read/227259/4776811
gunzip-reads-from-standard-input
echo foo | gzip | busybox gunzip > output
echo foo | cmp - output
www.eeworm.com/read/227259/4776858
cut-cuts-a-closed-range
test $(echo abcd | busybox cut -c 1-2) = ab
www.eeworm.com/read/295117/3912304
gunzip-reads-from-standard-input
echo foo | gzip | busybox gunzip > output
echo foo | cmp - output
www.eeworm.com/read/295117/3912352
cut-cuts-a-closed-range
test $(echo abcd | busybox cut -c 1-2) = ab