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: a86bfbdf9b8f2d937e6493c2baa2f33fa3138d44 (plain)
1
2
3
4
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb

diff -u logfile.gnu logfile.bb