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

mv-moves-large-file « mv « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77d088ff18c72438ed7deb819acf488b85730ea3 (plain)
1
2
3
4
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox mv foo bar
test ! -e foo
test -f bar