data/method/busybox/busybox-1.36.0/testsuite/cp/cp-copies-large-file

4 lines
83 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox cp foo bar
cmp foo bar