mirror of
https://github.com/sheumann/hush.git
synced 2025-01-02 09:31:26 +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
|