diff options
author | Pozsár Balázs <pozsy@uhulinux.hu> | 2012-09-24 02:39:09 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-09-24 15:14:23 +0100 |
commit | 7331ab55fc28ac03c18cd683b7748a07dbd63f0f (patch) | |
tree | ef1b7388c8698720657d5a60ef0c9a20c7f1b87d /build-aux | |
parent | 2dad87f6415ec68564e934ace33496db1abc68c7 (diff) | |
download | coreutils-7331ab55fc28ac03c18cd683b7748a07dbd63f0f.tar.xz |
dd: new option, status=none to suppress output statistics
* src/dd.c (STATUS_NONE): A new bitmask combining all STATUS_
options, thus used to suppress all informational output.
(struct symbol_value statuses): Expose the "none" option,
corresponding to the STATUS_NONE bitmask above.
(print_stats): Return early if STATUS_NONE is specified.
Also move the call to gethrxtime() down so that it's only
called when needed.
(usage): Describe the new options.
* doc/coreutils.texi (dd invocation): Likewise.
* NEWS: Mention the new feature.
* tests/dd/misc.sh: Ensure the new option works.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions