mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
|
echo testing | tr -d '[[:alnum:]]' > logfile.gnu
|
||
|
echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
|
||
|
|
||
|
diff -u logfile.gnu logfile.bb
|