Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr-d-works « tr « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d939e8b0f3858dcce0cf983303e5ee1b2c92546d (plain)
1
2
3
4
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb

cmp logfile.gnu logfile.bb