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

tr-d-alnum-works « tr « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6540ea527b02f26628f248aeee22cc44b9683fd9 (plain)
1
2
3
4
5
6
# FEATURE: CONFIG_FEATURE_TR_CLASSES

echo testing | tr -d '[[:alnum:]]' > logfile.gnu
echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb

diff -u logfile.gnu logfile.bb