Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
app
/
busybox
/
src
/
testsuite
/
cp
/
cp-a-preserves-links
blob: 0c0cd965300af533b4ece1062689258a447865a5 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
touch foo
2
ln
-
s foo bar
3
busybox cp
-
a bar baz
4
test
-
L baz
5
test xfoo
=
x
`readlink baz`