DragonFlyBSD/src 739ce91bin/dd misc.c args.c

dd(1): Implement GNU's extension of "status" operand

* status=none: do not print status information
* status=noxfer: do not print transfer  statistics

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

  Obtained from FreeBSD (revision 264059)

* status=progress: report the current status on a single line every
  second.

  Obtained from FreeBSD (revisions 337505,337865,338646)
DeltaFile
+46-3bin/dd/misc.c
+31-16bin/dd/args.c
+17-3bin/dd/dd.1
+11-1bin/dd/dd.c
+4-1bin/dd/dd.h
+3-1bin/dd/Makefile
+3-0bin/dd/extern.h
+2-0bin/dd/position.c
+117-258 files

UnifiedSplitRaw