GNU bug report logs - #25744
dd: add "status=quiet" option

Previous Next

Package: coreutils;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Wed, 15 Feb 2017 20:54:01 UTC

Severity: wishlist

Merged with 25745

To reply to this bug, email your comments to 25744 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#25744; Package coreutils. (Wed, 15 Feb 2017 20:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Wed, 15 Feb 2017 20:54:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-coreutils <at> gnu.org
Subject: make dd quiet except for warnings and errors
Date: Thu, 16 Feb 2017 04:53:03 +0800
man dd
‘status=LEVEL’
     Transfer information is normally output to stderr upon receipt of
     the ‘INFO’ signal or when ‘dd’ exits.  Specifying LEVEL will adjust
     the amount of information printed, with the last LEVEL specified
     taking precedence.

     ‘none’
          Do not print any informational or warning messages to stderr.
          Error messages are output as normal.

     ‘noxfer’
          Do not print the final transfer rate and volume statistics
          that normally make up the last status line.

$ dd if=/dev/null
0+0 records in
0+0 records out
0 bytes copied, 0.00415153 s, 0.0 kB/s
$ dd if=/dev/null status=noxfer
0+0 records in
0+0 records out
$ dd if=/dev/null status=none
$

I like the final one, except I don't want to miss warnings. So please add a
     ‘quiet'
          Do not print any informational messages to stderr.
          Warning and error messages are output as normal.





Merged 25744 25745. Request was from Eric Blake <eblake <at> redhat.com> to control <at> debbugs.gnu.org. (Wed, 15 Feb 2017 21:01:01 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:40:02 GMT) Full text and rfc822 format available.

Changed bug title to 'dd: add "status=quiet" option' from 'make dd quiet except for warnings and errors' Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 29 Oct 2018 02:40:02 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.