Mail Archives: cygwin/2004/10/15/11:53:35
---559023410-1297389768-1097855606=:20921
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: 8BIT
On Fri, 15 Oct 2004, Le Dréau Philippe wrote:
> Hello :
> My problem : I'd like to ignore the lines beginning with --
> $ diff -I '^--' test1.txt test2.txt
> 1,3c1,3
> < 1when
> < --I want ?
> < #ok nok
> ---
> > 2when
> > --I want
> > #ok
>
> [snip]
> The lines are in the output, why ?
"man diff", line 35:
-I RE --ignore-matching-lines=RE
Ignore changes whose lines all match RE.
^^^^^^^^^^^^^^^
(the relevant part is underlined).
Not Cygwin-specific.
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing." -- Dr. Jubal Harshaw
---559023410-1297389768-1097855606=:20921
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
---559023410-1297389768-1097855606=:20921--
- Raw text -