Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6528abeb6af88f40924c85e8cf05dad1d3ab88a5
/
.
/
testsuite
/
tr
/
tr-d-alnum-works
blob: d440f8f3bb47367b43d3d84c3185718bd289881d [
file
] [
log
] [
blame
]
Bernhard Reutner-Fischer
eceecea
2007-03-30 14:43:27 +0000
[
diff
] [
blame
]
1
echo testing
|
tr
-
d
'[[:alnum:]]'
>
logfile
.
gnu
2
echo testing
|
busybox tr
-
d
'[[:alnum:]]'
>
logfile
.
bb
3
4
diff
-
u logfile
.
gnu logfile
.
bb