<?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 comand in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206835#M464223</link>
    <description>i have the answer:&lt;BR /&gt;&lt;BR /&gt;WRONG:&lt;BR /&gt;if [ `diff ${b}_base.log ${b}_m.log` ]&lt;BR /&gt;&lt;BR /&gt;GOOD AND WORKING:&lt;BR /&gt;if  diff ${b}_base.log ${b}_m.log  &amp;gt;/dev/null&lt;BR /&gt;then&lt;BR /&gt;-----&lt;BR /&gt;-----&lt;BR /&gt;----&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;THANKS ANYWAY&lt;BR /&gt;I SAW THAT IN:&lt;BR /&gt;&lt;A href="http://www.felixgers.de/teaching/shells/exercise_shells.html" target="_blank"&gt;http://www.felixgers.de/teaching/shells/exercise_shells.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Oct 2009 19:52:11 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2009-10-29T19:52:11Z</dc:date>
    <item>
      <title>diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206832#M464220</link>
      <description>Hi all !!!&lt;BR /&gt;is correct this code?&lt;BR /&gt;i mean, i am not sure in the code of diff command into the "if"&lt;BR /&gt;&lt;BR /&gt;if [ `diff ${b}_base.log ${b}_m.log` ]&lt;BR /&gt;then&lt;BR /&gt;       mailx -s "Hi - `date "+%Y%m%d"` " $correos  &amp;lt; ${ruta_monitor}/${b}_m.log&lt;BR /&gt;       mv ${b}_m.log ${b}_base.log&lt;BR /&gt;fi</description>
      <pubDate>Thu, 29 Oct 2009 19:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206832#M464220</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-29T19:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206833#M464221</link>
      <description>i forgot tell that once i run the shell i get this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ./uno.sh&lt;BR /&gt;./uno.sh[106]: &amp;lt;: unknown test operator&lt;BR /&gt;$</description>
      <pubDate>Thu, 29 Oct 2009 19:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206833#M464221</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-29T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206834#M464222</link>
      <description>i am using ksh</description>
      <pubDate>Thu, 29 Oct 2009 19:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206834#M464222</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-29T19:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206835#M464223</link>
      <description>i have the answer:&lt;BR /&gt;&lt;BR /&gt;WRONG:&lt;BR /&gt;if [ `diff ${b}_base.log ${b}_m.log` ]&lt;BR /&gt;&lt;BR /&gt;GOOD AND WORKING:&lt;BR /&gt;if  diff ${b}_base.log ${b}_m.log  &amp;gt;/dev/null&lt;BR /&gt;then&lt;BR /&gt;-----&lt;BR /&gt;-----&lt;BR /&gt;----&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;THANKS ANYWAY&lt;BR /&gt;I SAW THAT IN:&lt;BR /&gt;&lt;A href="http://www.felixgers.de/teaching/shells/exercise_shells.html" target="_blank"&gt;http://www.felixgers.de/teaching/shells/exercise_shells.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2009 19:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206835#M464223</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-29T19:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206836#M464224</link>
      <description>Have a nice afternoon</description>
      <pubDate>Thu, 29 Oct 2009 19:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206836#M464224</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-29T19:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: diff comand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206837#M464225</link>
      <description>&lt;!--!*#--&gt;&amp;gt;GOOD AND WORKING:&lt;BR /&gt;&amp;gt;if diff ${b}_base.log ${b}_m.log &amp;gt;/dev/null&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;You can also snag the status:&lt;BR /&gt;diff ${b}_base.log ${b}_m.log &amp;gt; TMP&lt;BR /&gt;if [ $? -eq -0 ]; then&lt;BR /&gt;   echo "files match"&lt;BR /&gt;else&lt;BR /&gt;   echo "files differ:"&lt;BR /&gt;   cat TMP&lt;BR /&gt;fi&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/diff-comand/m-p/5206837#M464225</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-30T08:41:02Z</dc:date>
    </item>
  </channel>
</rss>

