/usr/ccs/bin/error [options] [files]Read compiler error messages, and insert them into the source files that generated them. This makes it easier to work during the typical edit-compile-debug cycle. Typical usage would be:
cc -O -cfiles2>&1 | error
-nDo not edit any files; print errors on standard output.
-qQuery. error prompts for a y or n response before inserting error messages into a file.
-sPrint statistics about the different kinds of errors.
-vAfter inserting error messages into the source files, run vi on the files.
-t listOnly process files whose suffixes appear in list. Suffixes are dot-separated, and wildcards are allowed, but should be quoted to prevent interpretation by the shell.