coreutils
[Top][All Lists]
Advanced

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

dd enhancement


From: paul kairis
Subject: dd enhancement
Date: Fri, 5 Oct 2018 11:24:49 -0700

Is it possible for dd to provide only the transfer statistics line?
(eliminate the records in/out lines)
The status=noxfer does exactly the opposite, shows records in/out
but suppresses transfer stats. suggestion to add a status=xfer like
dd if=/dev/zero of=zero.txt bs=1M count=1000 status=xfer

1048576000 bytes (1.0 GB, 1000 MiB) copied, 0.772897 s, 1.4 GB/s
1048576000 bytes (1.0 GB, 1000 MiB) copied, 0.768838 s, 1.4 GB/s
1048576000 bytes (1.0 GB, 1000 MiB) copied, 0.784605 s, 1.3 GB/s

Thank you


reply via email to

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