代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/295117/3912348
cat-prints-a-file-and-standard-input
echo I WANT > foo
echo SOMETHING | busybox cat foo - >bar
cat >baz
www.eeworm.com/read/428548/1958918
du-works
d=/bin
du "$d" > logfile.gnu
busybox du "$d" > logfile.bb
cmp logfile.gnu logfile.bb
www.eeworm.com/read/428548/1958961
cp-copies-large-file
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox cp foo bar
cmp foo bar
www.eeworm.com/read/428548/1958999
tar-extracts-from-standard-input
touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo
www.eeworm.com/read/428548/1959018
cat-prints-a-file-and-standard-input
echo I WANT > foo
echo SOMETHING | busybox cat foo - >bar
cat >baz
www.eeworm.com/read/428548/1959089
warning big.fat.warning
This is NOT the official version of dialog. This version has been
significantly modified from the original. It was used by the Linux
kernel configuration script, and subsequently adapted for busybox
www.eeworm.com/read/418008/2095266
cp-copies-large-file
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox cp foo bar
cmp foo bar
www.eeworm.com/read/418008/2095301
tar-extracts-from-standard-input
touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo
www.eeworm.com/read/418008/2095317
cat-prints-a-file-and-standard-input
echo I WANT > foo
echo SOMETHING | busybox cat foo - >bar
cat >baz
www.eeworm.com/read/374581/2749783
warning big.fat.warning
This is NOT the official version of dialog. This version has been
significantly modified from the original. It was used by the Linux
kernel configuration script, and subsequently adapted for busybox