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

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