1 2 3 4
echo testing | tr -d aeiou > logfile.gnu echo testing | busybox tr -d aeiou > logfile.bb cmp logfile.gnu logfile.bb