代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/135153/5887889
configure
#! /bin/sh
#
# This script is used to configure BusyBox.
#
# It was inspired by the challenge in the original Configure script
# to ``do something better'', combined with the actual need to ``do
# som
www.eeworm.com/read/453168/1642414
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/250015/4443406
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/250015/4443442
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/250015/4443459
cat-prints-a-file-and-standard-input
echo I WANT > foo
echo SOMETHING | busybox cat foo - >bar
cat >baz
www.eeworm.com/read/227259/4776803
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/227259/4776838
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/227259/4776854
cat-prints-a-file-and-standard-input
echo I WANT > foo
echo SOMETHING | busybox cat foo - >bar
cat >baz
www.eeworm.com/read/295117/3912296
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/295117/3912332
tar-extracts-from-standard-input
touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo