Sign in
coral
/
busybox
/
98e4eab0c632f7ed8d823bf587df40abeb68ea9d
/
.
/
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