<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Do we have a wiser diff? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4807367#M641569</link>
    <description>&lt;P&gt;If not for command line tool, you may consider tkdiff or beyond compare (may need to recompile on HP-UX).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2011 18:47:04 GMT</pubDate>
    <dc:creator>Rajesh K Chaurasia</dc:creator>
    <dc:date>2011-06-29T18:47:04Z</dc:date>
    <item>
      <title>Do we have a wiser diff?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4804273#M641566</link>
      <description>&lt;P&gt;Hi dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have a wiser diff?&lt;/P&gt;&lt;P&gt;I want to compare two csv files and analyze the change to get what is added, deleted and modified. For example:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;File1:&lt;/P&gt;&lt;P&gt;2,2,0,0030D303FE82,s002c02p0,10.87.134.222,acceSS7&lt;BR /&gt;2,2,1,0030D303FE50,s002c02p1,10.87.134.223,acceSS7&lt;BR /&gt;2,2,2,0030D300372E,s002c02p2,10.87.134.224,acceSS7&lt;BR /&gt;2,2,3,0030D300372D,s002c02p3,10.87.134.225,acceSS7&lt;BR /&gt;2,2,4,0030D300372A,s002c02p4,10.87.134.226,acceSS7&lt;BR /&gt;2,2,5,0030D300372B,s002c02p5,10.87.134.227,acceSS7&lt;/P&gt;&lt;P&gt;File2:&lt;/P&gt;&lt;P&gt;2,2,1,0030D303FE50,s002c02p1,10.87.134.223,acceSS7&lt;BR /&gt;2,2,2,0030D300372E,s002c02p2,10.87.134.224,acceSS7&lt;BR /&gt;2,2,3,0030D300372D,s002c02p3,10.87.134.225,acceSS7&lt;BR /&gt;2,4,0,0800FFFFFFFF,s002c04p0,0.0.0.0,acceSS7&lt;BR /&gt;2,5,0,0800FFFFFFFF,s002c05p0,0.0.0.0,acceSS7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;diff file1 file2&lt;/P&gt;&lt;P&gt;2d1&lt;BR /&gt;&amp;lt; 2,2,0,0030D303FE82,s002c02p0,10.87.134.222,acceSS7&lt;BR /&gt;6,7c5,6&lt;BR /&gt;&amp;lt; 2,2,4,0030D300372A,s002c02p4,10.87.134.226,acceSS7&lt;BR /&gt;&amp;lt; 2,2,5,0030D300372B,s002c02p5,10.87.134.227,acceSS7&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; 2,4,0,0800FFFFFFFF,s002c04p0,0.0.0.0,acceSS7&lt;BR /&gt;&amp;gt; 2,5,0,0800FFFFFFFF,s002c05p0,0.0.0.0,acceSS7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first change is simple and diff is right. The second change is actually a deletion combined with an addition but diff can only tell it as a modification.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any chance we have such a tool diff to tell what I want or another tool can do? Please advise.&lt;/P&gt;&lt;P&gt;Apologize for asking a stupid question and thanks a lot for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kang&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2011 06:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4804273#M641566</guid>
      <dc:creator>arking1981</dc:creator>
      <dc:date>2011-06-28T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Do we have a wiser diff?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4804333#M641567</link>
      <description>&lt;P&gt;What do you consider the a change vs. a delete then add?&amp;nbsp; diff(1) doesn't know the difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I supose you could take the output from diff and modify it to your needs.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2011 08:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4804333#M641567</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-28T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Do we have a wiser diff?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4806135#M641568</link>
      <description>indeed it is true.</description>
      <pubDate>Wed, 29 Jun 2011 05:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4806135#M641568</guid>
      <dc:creator>arking1981</dc:creator>
      <dc:date>2011-06-29T05:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Do we have a wiser diff?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4807367#M641569</link>
      <description>&lt;P&gt;If not for command line tool, you may consider tkdiff or beyond compare (may need to recompile on HP-UX).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/do-we-have-a-wiser-diff/m-p/4807367#M641569</guid>
      <dc:creator>Rajesh K Chaurasia</dc:creator>
      <dc:date>2011-06-29T18:47:04Z</dc:date>
    </item>
  </channel>
</rss>

