android_mt6572_jiabo/external/busybox/testsuite/cat/cat-prints-a-file
2025-09-05 16:56:03 +08:00

3 lines
51 B
Text

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