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

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