diff options
author | Federico Simoncelli <fsimonce@redhat.com> | 2014-09-26 17:12:32 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-09-30 16:08:43 +0100 |
commit | af2a4ed22594badd2719c0123441d69b17bd8328 (patch) | |
tree | 7b27a3c86f8d6d75b4b8f6cead88e9b6f1378958 /NEWS | |
parent | 27d2c7383f18d0f59b0d096f156ed6cb1677642b (diff) | |
download | coreutils-af2a4ed22594badd2719c0123441d69b17bd8328.tar.xz |
dd: new status=progress level to print stats periodically
* src/dd.c: Report the transfer progress every second when the
new status=progress level is used. Adjust the handling and
description of the status= option so that they're treated as
mutually exclusive levels, rather than flags with implicit precedence.
* doc/coreutils.texi (dd invocation): Document the new progress
status level. Reference the new level in the description of SIGUSR1.
* tests/dd/stats.sh: Add new test for status=progress.
* tests/dd/misc.sh: Change so status=none only takes precedence
if it's the last level specified.
* NEWS: Mention the feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ GNU coreutils NEWS -*- outline -*- king directory. The new option is only permitted if the new root directory is the old "/", and therefore is useful with the --group and --userspec options. + dd accepts a new status=progress level to print data transfer statistics + on stderr approximately every second. + ** Changes in behavior chroot changes the current directory to "/" in again - unless the above new |