vote up 1 vote down star

Hello all,

Is there any way using diff to show differences only in lines that include an specific word?.

Thank you.

flag

1 Answer

vote up 2 vote down

You can specify the option '-I regexp' to ignore the lines which match the specified regular expression. If you inverse the regex, you can ignore all lines NOT containing the word you're looking for.

See the diff manpage for more info or here for a specific example.

link|flag
How can I inverse the regex?, I looked around he man page, but I could figure out how to do that. – Eduardo Jan 22 at 19:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.