diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-15 06:49:08 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-15 06:49:08 +0000 |
commit | 07e17aad2a48004bc230476eb3dec2dac2c60480 (patch) | |
tree | 0b3177ee859655aaa7c0e963a60165ed69b7cb1d /NEWS | |
parent | e9dfe6f0d5d0ab7005ac32426917974cad4868b2 (diff) | |
download | coreutils-07e17aad2a48004bc230476eb3dec2dac2c60480.tar.xz |
dd now outputs total bytes, seconds, and bytes per second.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -182,6 +182,9 @@ GNU coreutils NEWS -*- outline -*- copying or moving multiple times to the same destination in a file system with a coarse time stamp resolution. + dd now also prints the number of bytes copied, the time, and the + transfer rate. + dd has new conversions for the conv= option: nocreat do not create the output file |