<div><br><br> </div>
<div class="gmail_quote">On Wed, Dec 2, 2009 at 11:23 AM, John Doe <span dir="ltr"><<a href="mailto:jdmls@yahoo.com">jdmls@yahoo.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">From: hadi motamedi <<a href="mailto:motamedi24@gmail.com">motamedi24@gmail.com</a>><br>
<div class="im">>Sorry . I tried for "#diff -y" but its output seems to have a comparison between the two files in line-by-line basis . As you mentioned , if the row#1 in file1 is in match with say row#5 in file2 I want it not to be considered as a difference. But the the output shows it as if it is being considered as a difference. Please correct me .<br>
<br></div>Could you be more precise when you say "compare"...?<br>By example, to get matching lines, you could:<br><br> cat $FILE1 $FILE2 | sort | uniq -c | ...<br><br>You'd get each line preceded by the number of occurence; then grep what you want...<br>
<font color="#888888"><br>JD<br></font>
<div>
<div></div>
<div class="h5"><br><br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div>
<div><br> </div>
<div> </div>
<div>
<div>Thank you very much for your reply . Please be informed that I tried to compare the files with your proposed code , as the followings :</div>
<div>#cat Edit3 Edit4 |sort |uniq -c</div>
<div>It is returning the same count on matches as I got from the following code :</div>
<div>#perl -MData::Dumper -le 'while(<>) {chomp; push @{$s->{"$_"}},$ARGV}; END{ print Dumper($s) }' Edit3 Edit4</div>
<div>But it is easier to be used . Can you please do me favor and let me know if I can go further and try for advanced search like finding how many rows inside a file have data that does not start with a zero after the third comma ?</div>

<div>Sincerely Yours</div>
<div> </div></div>