Files
busybox/testsuite/ls/ls-h-works
T
2009-07-02 14:25:51 +02:00

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