nt9856x/BSP/busybox/testsuite/tr/tr-d-works
2023-03-28 15:07:53 +08:00

5 lines
121 B
Plaintext

echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb
diff -u logfile.gnu logfile.bb