Can someone tell me if linux diff command can ignor difference in line which have some word (example: CET)
Example:
9c9
< <set name="ti_zone">CET</set>
---
> <set name="time_zone">CET</set>
In this example I would like to ignore this difference...
if can do this, can you give me an example?
Br, Wolfy
