mv-moves-large-file 97 B

1234
  1. dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
  2. busybox mv foo bar
  3. test ! -e foo
  4. test -f bar