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