<?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: diff file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465155#M360374</link>
    <description>&lt;!--!*#--&gt;&amp;gt; You'll have to [do some specific thing ...]&lt;BR /&gt;&lt;BR /&gt;Any statement like this is almost certainly&lt;BR /&gt;false.  I'm still waiting to be shown the&lt;BR /&gt;computer problem which admits only one&lt;BR /&gt;solution.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] what can i do ?&lt;BR /&gt;&lt;BR /&gt;I have no idea what you can do.  Many people&lt;BR /&gt;would write some kind of computer program to&lt;BR /&gt;solve a problem like this, but that would&lt;BR /&gt;probably require a more precise description&lt;BR /&gt;of what might possibly be in the files.</description>
    <pubDate>Fri, 24 Jul 2009 03:09:53 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-07-24T03:09:53Z</dc:date>
    <item>
      <title>diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465150#M360369</link>
      <description>I have two files want to be find the difference , the format is as below &lt;BR /&gt;&lt;BR /&gt;file A&lt;BR /&gt;======&lt;BR /&gt;$vi fileA&lt;BR /&gt;file1.txt&lt;BR /&gt;file2.txt&lt;BR /&gt;file3.txt&lt;BR /&gt;file4.txt&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;file B&lt;BR /&gt;======&lt;BR /&gt;$vi fileB&lt;BR /&gt;testfile1.txt&lt;BR /&gt;testfile2.txt&lt;BR /&gt;testfile3.txt&lt;BR /&gt;test5.txt&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;the file B has the files but all files begins with "test" , if I use diff to find the difference , it will pop all lines are different .&lt;BR /&gt;&lt;BR /&gt;Can advise if I want to ignore such kind of difference , that mean if the line in file B is begins with the "test" , then treat this is not a difference , so that the result is as below , what can i do ? thx &lt;BR /&gt;&lt;BR /&gt;my desired diff result&lt;BR /&gt;===============&lt;BR /&gt;&amp;lt; test4.txt&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; test5.txt</description>
      <pubDate>Thu, 23 Jul 2009 02:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465150#M360369</guid>
      <dc:creator>Son dam bi</dc:creator>
      <dc:date>2009-07-23T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465151#M360370</link>
      <description>Hi Son,&lt;BR /&gt;&lt;BR /&gt;Well the diff command captures minute differnces also, even a space as well as a comma.&lt;BR /&gt;&lt;BR /&gt;So I dont think so you will get your required output using diff comand.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Yogesh</description>
      <pubDate>Thu, 23 Jul 2009 03:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465151#M360370</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2009-07-23T03:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465152#M360371</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;if diff not work for me , how can I find the difference in my case ? can you adivse ? thx</description>
      <pubDate>Thu, 23 Jul 2009 05:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465152#M360371</guid>
      <dc:creator>Son dam bi</dc:creator>
      <dc:date>2009-07-23T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465153#M360372</link>
      <description>&amp;gt;if I want to ignore such kind of difference, that mean if the line in file B is begins with the "test", then treat this is not a difference&lt;BR /&gt;&lt;BR /&gt;You'll have to convert file B so it is the same "format" as file A:&lt;BR /&gt;sed -e 's/^test//' fileB &amp;gt; fileB.new&lt;BR /&gt;diff fileA fileB.new</description>
      <pubDate>Thu, 23 Jul 2009 09:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465153#M360372</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-23T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465154#M360373</link>
      <description>Also try.&lt;BR /&gt;&lt;BR /&gt;sdiff &lt;FILE1&gt; &lt;FILE2&gt;&lt;/FILE2&gt;&lt;/FILE1&gt;</description>
      <pubDate>Fri, 24 Jul 2009 02:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465154#M360373</guid>
      <dc:creator>Shiv007</dc:creator>
      <dc:date>2009-07-24T02:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: diff file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465155#M360374</link>
      <description>&lt;!--!*#--&gt;&amp;gt; You'll have to [do some specific thing ...]&lt;BR /&gt;&lt;BR /&gt;Any statement like this is almost certainly&lt;BR /&gt;false.  I'm still waiting to be shown the&lt;BR /&gt;computer problem which admits only one&lt;BR /&gt;solution.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] what can i do ?&lt;BR /&gt;&lt;BR /&gt;I have no idea what you can do.  Many people&lt;BR /&gt;would write some kind of computer program to&lt;BR /&gt;solve a problem like this, but that would&lt;BR /&gt;probably require a more precise description&lt;BR /&gt;of what might possibly be in the files.</description>
      <pubDate>Fri, 24 Jul 2009 03:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-file/m-p/4465155#M360374</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-07-24T03:09:53Z</dc:date>
    </item>
  </channel>
</rss>

