mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +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
|