# FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
d=/bin
du "$d" > logfile.gnu
busybox du "$d" > logfile.bb
cmp logfile.gnu logfile.bb