Re: To grok grep output....

1999-09-20 Thread Michael Alan Dorman
Aaron Van Couwenberghe <[EMAIL PROTECTED]> writes: > diff -u --recursive --new-file v2.2.11/linux/CREDITS linux/CREDITS > --- v2.2.11/linux/CREDITS Mon Aug 9 16:05:54 1999 > +++ linux/CREDITS Wed Aug 25 17:29:45 1999 > @@ -689,14 +689,11 @@ The fourth line is made of two pairs, repres

To grok grep output....

1999-09-20 Thread Aaron Van Couwenberghe
Hi all - I just need to completely understand grep output before I can finish a project I'm working on right now. I was wondering if someone could give me an explination of unified diff output syntax. I know that it's context based, and that a + signals an addition while - means the reverse. Ho