Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e40e76f3cd3702b1891231f585e5f38867a52b29
/
.
/
testsuite
/
tr
/
tr-d-alnum-works
blob: d440f8f3bb47367b43d3d84c3185718bd289881d [
file
] [
log
] [
blame
]
echo testing
|
tr
-
d
'[[:alnum:]]'
>
logfile
.
gnu
echo testing
|
busybox tr
-
d
'[[:alnum:]]'
>
logfile
.
bb
diff
-
u logfile
.
gnu logfile
.
bb