Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4d0c1ea4784c9844f8468d97ca5c26d3c70f9921
/
.
/
testsuite
/
tr
/
tr-d-alnum-works
blob: 6540ea527b02f26628f248aeee22cc44b9683fd9 [
file
] [
log
] [
blame
]
# 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