nt9856x/BSP/busybox/testsuite/cat/cat-prints-a-file
2023-03-28 15:07:53 +08:00

4 lines
51 B
Plaintext

echo I WANT > foo
busybox cat foo >bar
cmp foo bar