代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/295117/3912276

echo-does-not-print-newline

test `busybox echo -n word | wc -c` -eq 4
www.eeworm.com/read/295117/3912292

cp-preserves-source-file

touch foo busybox cp foo bar test -f foo
www.eeworm.com/read/295117/3912294

cp-copies-empty-file

touch foo busybox cp foo bar cmp foo bar
www.eeworm.com/read/295117/3912351

cut-cuts-an-unclosed-range

test $(echo abcd | busybox cut -c 3-) = cd
www.eeworm.com/read/276787/4162956

mount

/bin/mount busybox 50 mount.util-linux 100
www.eeworm.com/read/276787/4162982

sysctl

/sbin/sysctl ../bin/busybox 50 sysctl.procps 90
www.eeworm.com/read/276787/4163029

md5sum

/usr/bin/md5sum ../../bin/busybox 50
www.eeworm.com/read/276787/4163123

umount

/bin/umount busybox 50 umount.util-linux 100
www.eeworm.com/read/428548/1958937

echo-does-not-print-newline

test `busybox echo -n word | wc -c` -eq 4
www.eeworm.com/read/428548/1958957

cp-preserves-source-file

touch foo busybox cp foo bar test -f foo