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