Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/testsuite/ls/ls-1-works

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1123 - (show annotations) (download)
Wed Aug 18 21:56:57 2010 UTC (13 years, 9 months ago) by niro
File size: 168 byte(s)
-updated to busybox-1.17.1
1 # FEATURE: CONFIG_FEATURE_LS_SORTFILES
2
3 [ -n "$d" ] || d=..
4 LC_ALL=C ls -1 "$d" > logfile.gnu
5 LC_ALL=C busybox ls -1 "$d" > logfile.bb
6 diff -ubw logfile.gnu logfile.bb