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: 1c77b655284cf5e551b3261ac1d0a2c55c5fee87 (plain)
1
2
3
4
# FEATURE: CONFIG_FEATURE_HUMAN_READABLE

dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
test x"`busybox du -h file`" = x"1.0M	file"