coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dd statistics output


From: Christian Groessler
Subject: dd statistics output
Date: Wed, 16 Jul 2014 04:45:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi,

the final output of 'dd' is in "SI mode" (or how to call it). It uses 10^6 instead of 2^20 for "megabyte".

Example:

$ dd if=/dev/zero of=/dev/null bs=65536 count=4096
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 0.0248346 s, 10.8 GB/s
$

Is there a switch to display in "traditional" units, I'd like to have

268435456 bytes (256 MB) copied, ...

regards,
chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]