grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
[oweals/busybox.git] / testsuite / cp / cp-copies-large-file
1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
2 busybox cp foo bar
3 cmp foo bar