<?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: comparing files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823980#M87202</link>
    <description>comm requires the input files to be sorted&lt;BR /&gt;&lt;BR /&gt;if both files have unique keys, you can start experimenting with 'join'&lt;BR /&gt;&lt;BR /&gt;perl offers several modules that deal with diff formats or do the diff themselves. Text::Diff is the first that comes to mind. enter diff as search criterium on search.cpan.org</description>
    <pubDate>Fri, 11 Oct 2002 15:05:16 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2002-10-11T15:05:16Z</dc:date>
    <item>
      <title>comparing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823979#M87201</link>
      <description>Hi,&lt;BR /&gt;I just need to compare two files and i want output as lines which are not common to both files.I tried diff and comm.I did not get what i want.Any help.?&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 11 Oct 2002 14:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823979#M87201</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-10-11T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: comparing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823980#M87202</link>
      <description>comm requires the input files to be sorted&lt;BR /&gt;&lt;BR /&gt;if both files have unique keys, you can start experimenting with 'join'&lt;BR /&gt;&lt;BR /&gt;perl offers several modules that deal with diff formats or do the diff themselves. Text::Diff is the first that comes to mind. enter diff as search criterium on search.cpan.org</description>
      <pubDate>Fri, 11 Oct 2002 15:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823980#M87202</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-10-11T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: comparing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823981#M87203</link>
      <description>Have you tried using comm twice, firstly using comm -23 file1 file2, then using comm -13 file1 file2. &lt;BR /&gt;&lt;BR /&gt;This will take the lines that are only in 1 file, then the lines that are only in the other file. You should use &amp;gt; in the first command to redirect the output into a new file, then &amp;gt;&amp;gt; to append the result of the 2nd file. &lt;BR /&gt;&lt;BR /&gt;Don't forget to use sort first</description>
      <pubDate>Fri, 11 Oct 2002 15:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823981#M87203</guid>
      <dc:creator>Eric Hess</dc:creator>
      <dc:date>2002-10-11T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: comparing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823982#M87204</link>
      <description>Please note the author has submitted this question twice - here's the other thread: &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7d58b10230dcd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7d58b10230dcd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 11 Oct 2002 15:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/comparing-files/m-p/2823982#M87204</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2002-10-11T15:23:48Z</dc:date>
    </item>
  </channel>
</rss>

