GNU bug report logs -
#25744
dd: add "status=quiet" option
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.
This bug report was last modified 6 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.