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