mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
[ -n "$d" ] || d=..
|
|
LANG=C ls -l "$d" > logfile.gnu
|
|
busybox ls -l "$d" > logfile.bb
|
|
diff -w logfile.gnu logfile.bb
|