Sign in
coral
/
busybox
/
6968e081230fb6434a2a6f0eed39d538ea982f3f
/
.
/
testsuite
/
tr
/
tr-d-works
blob: a86bfbdf9b8f2d937e6493c2baa2f33fa3138d44 [
file
] [
log
] [
blame
]
echo testing
|
tr
-
d aeiou
>
logfile
.
gnu
echo testing
|
busybox tr
-
d aeiou
>
logfile
.
bb
diff
-
u logfile
.
gnu logfile
.
bb