Sign in
coral
/
busybox
/
356f23de20b48382f5a2c5db29dc4f6dc9d10289
/
.
/
testsuite
/
mv
/
mv-moves-large-file
blob: 77d088ff18c72438ed7deb819acf488b85730ea3 [
file
] [
log
] [
blame
]
dd
if
=
/dev/
zero of
=
foo seek
=
10k
count
=
1
2
>
/dev/
null
busybox mv foo bar
test
!
-
e foo
test
-
f bar