in reply to Re: Reading concurrently two files with different number of lines
in thread Reading concurrently two files with different number of lines
andABC a b + value=3.14 + value2="name"
ABC a b + value="other" + value2="name"
Then I would have either 1 or 2 lines (depending if returning matched or unmatched lines), which is not what I want. I need to have the full 'line' (starting with a letter plus all the following starting by a +) if either of these are different.
Unless diff understands and deals with continuation lines, which in case I don't know that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Reading concurrently two files with different number of lines
by topher (Scribe) on Apr 11, 2013 at 15:35 UTC | |
by frogsausage (Sexton) on Apr 11, 2013 at 15:50 UTC |