]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r264059+264067:
authordelphij <delphij@FreeBSD.org>
Thu, 17 Apr 2014 00:31:20 +0000 (00:31 +0000)
committerdelphij <delphij@FreeBSD.org>
Thu, 17 Apr 2014 00:31:20 +0000 (00:31 +0000)
commit4882a37127ce96ac685a0326038aa0bef5b0b37e
treee53e2a65f94d2262838062b0f26c27f53d50061f
parent10d91505dda206d5ea507b188cf02017634e82ca
MFC r264059+264067:

Implement GNU's extension of 'status' operand.  The GNU syntax is
borrowed where syntax status=noxfer means no transfer statistics
and status=none means no status information at all.

This feature is useful because the statistics information can
sometimes be annoying, and redirecting stderr to /dev/null would
mean error messages also gets silenced.

Obtained from: OpenBSD
bin/dd/args.c
bin/dd/dd.1
bin/dd/dd.h
bin/dd/misc.c