Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ls-s-works « ls « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d82f328b75273e17b25fdd6c917b14d058640447 (plain)
1
2
3
4
[ -n "$d" ] || d=..
ls -1s "$d" > logfile.gnu
busybox ls -1s "$d" > logfile.bb
cmp logfile.gnu logfile.bb