Re: a question about "diff" command



Thank you all. Right after posting my question, I found out the
following works:

diff -I "time" -I "name" t1.txt t2.txt

This does not work:

diff -I "time|name" t1.txt t2.txt
.