Actually I am doing a comparison script,
I have redirect the output of a wdiff command into a file called file.txt,
Quote:
{+123456789123456789+} john {+456789+}
{+1234+} jo
|
So what I would like to do is to grep file.txt by using regex to have only
{+123456789123456789+} {+456789+}
{+1234+}
THanks