5508363fd0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
[ -n "$d" ] || d=..
|
|
LC_ALL=C ls -1 "$d" > logfile.gnu
|
|
LC_ALL=C busybox ls -1 "$d" > logfile.bb
|
|
diff -ubw logfile.gnu logfile.bb
|