Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Anyone know where to find the "error" utility?



"Error" sounds like a neat utility.

Emacs provides a similar thing, but with a split
window, errors in one and the source in the other.

It's not restricted to compiler error messages either,
anything that prints out lines of the form:

  filename:linenumber: text ....

for instance, grep with the -n option.

Matt