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

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