applets
archival
console-tools
coreutils
debianutils
docs
e2fsprogs
editors
examples
findutils
include
init
libbb
libpwdgrp
loginutils
miscutils
modutils
networking
patches
procps
scripts
shell
sysklogd
testsuite
basename
bunzip2
cat
cmp
cp
cp-a-files-to-dir
cp-a-preserves-links
cp-copies-empty-file
cp-copies-large-file
cp-copies-small-file
cp-d-files-to-dir
cp-dir-create-dir
cp-dir-existing-dir
cp-does-not-copy-unreadable-file
cp-files-to-dir
cp-follows-links
cp-preserves-hard-links
cp-preserves-links
cp-preserves-source-file
cut
date
dd
dirname
du
echo
expr
false
find
gunzip
gzip
head
hostid
hostname
id
ln
ls
md5sum
mkdir
msh
mv
pwd
rm
rmdir
strings
tail
tar
tee
touch
tr
true
uptime
uuencode
wc
wget
which
xargs
README
TODO
all_sourcecode.tests
busybox.tests
grep.tests
mount.testroot
pidof.tests
readlink.tests
runtest
sed.tests
seq.tests
sort.tests
testing.sh
umlwrapper.sh
uniq.tests
util-linux
.indent.pro
AUTHORS
Config.in
INSTALL
LICENSE
Makefile
README
Rules.mak
TODO
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
mkdir bar
|
|
touch bar/baz
|
|
busybox cp -R bar foo
|
|
test -f foo/baz
|