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

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