SUMMARYBUG(1)
NAME
summarybug - print three-line summaries of ClearDDTS defects
SYNOPSIS
summarybug id ...
DESCRIPTION
Summarybug prints out a three-line summary for each defect
record whose record id is given on the command line. If no
identifiers are supplied on the command line, summarybug
reads them from the standard input.
EXAMPLES
This command would give three-line summaries of all new,
assigned, and open bugs associated with project compiler:
findbug -NO -p compiler | summarybug
The following gives three-line summaries of all bugs that
are unresolved (states A & O) and assigned to the engineer
who runs the command:
findbug -OA -e | summarybug
An example of a three-line summary is shown below:
St=O, Sv=3, Bug id = MDIaa00062, Bug in ls(1), Vers = 3.4,
Desc: ls command prints garbage with unrecognized options
Found: 870831, Fixed: ??, Engr = mike
FILES
~ddts/etc/templates/default/summary.print/? Summary templates
SEE ALSO
dumpbug(1), findbug(1)