mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
[ -n "$d" ] || d=..
|
|
LC_ALL=C ls -h "$d" > logfile.gnu
|
|
LC_ALL=C busybox ls -h "$d" > logfile.bb
|
|
diff -ubw logfile.gnu logfile.bb
|