blob: 71ab9a66b378c3251b67bb5a798ebca4f4bc8fa5 [file] [log] [blame]
Denys Vlasenkobfa1b2e2010-05-11 03:53:57 +02001# FEATURE: CONFIG_FEATURE_LS_SORTFILES
2
Eric Andersen7daa0762004-10-08 07:46:08 +00003[ -n "$d" ] || d=..
Denys Vlasenko55083632009-07-02 14:25:51 +02004LC_ALL=C ls -1 "$d" > logfile.gnu
5LC_ALL=C busybox ls -1 "$d" > logfile.bb
6diff -ubw logfile.gnu logfile.bb