blob: d939e8b0f3858dcce0cf983303e5ee1b2c92546d [file] [log] [blame]
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb
cmp logfile.gnu logfile.bb