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

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