1
0
Atdalīts 0
spogulis no http://git.busybox.net/busybox/ synced 2025-01-18 23:45:10 +00:00
busybox/testsuite/tr/tr-d-works
Bernhard Reutner-Fischer eceecea568 - fix bug where we did not reject invalid classes like '[[:alpha'
- debloat while at it:
   text    data     bss     dec     hex filename
   1554       0      19    1573     625 tr.o.oorig
   1357       0      16    1373     55d tr.o
2007-03-30 14:43:27 +00:00

4 rindas
121 B
Text

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