Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e7977df2cae2ac2c5da38f77488ec9e97d10c33b
/
.
/
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