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

mv-moves-small-file « mv « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 065c7f1e97fc1194972b413e2f05e33b9b5926a3 (plain)
1
2
3
4
echo I WANT > foo
busybox mv foo bar
test ! -e foo
test -f bar