<?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: application in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298542#M337759</link>
    <description>hehhee ..am Wizard now ...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
    <pubDate>Sat, 01 Nov 2008 15:16:18 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2008-11-01T15:16:18Z</dc:date>
    <item>
      <title>application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298540#M337757</link>
      <description>root  4564  4473  0 09:57:56 pts/2    0:00 grep export.sh&lt;BR /&gt;&lt;BR /&gt;          In the above I got that outpu when iam checing the exports. I think there was exports are not running please confirm immediately</description>
      <pubDate>Sat, 01 Nov 2008 14:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298540#M337757</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-11-01T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298541#M337758</link>
      <description>Hi Anjan,&lt;BR /&gt;&lt;BR /&gt;Yes there is no export.sh ,the one which appearing is your last command only  .&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;#ps -aef |grep export.sh|grep -v grep&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sat, 01 Nov 2008 15:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298541#M337758</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-01T15:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298542#M337759</link>
      <description>hehhee ..am Wizard now ...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sat, 01 Nov 2008 15:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298542#M337759</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-01T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298543#M337760</link>
      <description>ok thanks aneesh</description>
      <pubDate>Sat, 01 Nov 2008 15:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298543#M337760</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2008-11-01T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298544#M337761</link>
      <description>This is a very common mistake in using grep and ps. grep doesn't know anything about program names -- it simply searches for the string you want. Instead, use ps to find the exact program you are looking for. In your example, use this command:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -f -C export.sh&lt;BR /&gt; &lt;BR /&gt;Be sure to type the line exactly as shown. The UNIX95 variable must be temporarily set for ps to use the -C option. Don't put the UNIX95=1 on a separate line as it can change other commands. The -C option does not use grep but searches the process table internally.</description>
      <pubDate>Sat, 01 Nov 2008 20:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298544#M337761</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-11-01T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298545#M337762</link>
      <description>If you don't want to use Bill's suggestion, you can use this grep trick:&lt;BR /&gt;ps -aef | grep "[e]xport.sh"</description>
      <pubDate>Sun, 02 Nov 2008 04:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/application/m-p/4298545#M337762</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-02T04:43:25Z</dc:date>
    </item>
  </channel>
</rss>

