mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
- 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
4 lines
121 B
Text
4 lines
121 B
Text
echo testing | tr -d aeiou > logfile.gnu
|
|
echo testing | busybox tr -d aeiou > logfile.bb
|
|
|
|
diff -u logfile.gnu logfile.bb
|