Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cp-a-preserves-links « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aae8313c667822a5dc768463ae53165c2ac07d93 (plain)
1
2
3
4
5
touch foo
ln -s foo bar
busybox cp -a bar baz
test -L baz
test `readlink baz` = "foo"