mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
echo testing | tr -d aeiou > logfile.gnu
|
||
|
echo testing | busybox tr -d aeiou > logfile.bb
|
||
|
|
||
|
cmp logfile.gnu logfile.bb
|