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

cp-copies-large-file « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2225c6d811866803073a14c5bc0d709b3a7f4b0 (plain)
1
2
3
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox cp foo bar
cmp foo bar