Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b5368bf437970dfdab7136af527a208f059c5c78
/
.
/
testsuite
/
tr
/
tr-d-works
blob: d939e8b0f3858dcce0cf983303e5ee1b2c92546d [
file
] [
log
] [
blame
]
echo testing
|
tr
-
d aeiou
>
logfile
.
gnu
echo testing
|
busybox tr
-
d aeiou
>
logfile
.
bb
cmp logfile
.
gnu logfile
.
bb