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

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