<?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: Script help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398545#M706069</link>
    <description>Can someone please reply if this can be acheived using perl..&lt;BR /&gt;&lt;BR /&gt;perl experts! &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
    <pubDate>Wed, 13 Oct 2004 10:20:44 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-10-13T10:20:44Z</dc:date>
    <item>
      <title>Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398541#M706065</link>
      <description>I want to write a script which will tell me number of sessions open by users on a system. and I want to know top ten of them? &lt;BR /&gt;How to acheive this..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 12 Oct 2004 14:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398541#M706065</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-12T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398542#M706066</link>
      <description>for i in 'logins -u|awk '{print $1}'`&lt;BR /&gt;do&lt;BR /&gt;count=`who -u|grep ${i} | awk '{print  $1}'|wc -l`&lt;BR /&gt;user=`who -u|grep ${i} | awk '{print $1}'|uniq`&lt;BR /&gt;&lt;BR /&gt;echo "${count} ${user}" &amp;gt;&amp;gt; /tmp/user-list&lt;BR /&gt;sort -rnk1 /tmp/user-list|head -10&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 12 Oct 2004 14:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398542#M706066</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-12T14:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398543#M706067</link>
      <description># whodo&lt;BR /&gt;&lt;BR /&gt;is also a nice - lesser known - command&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ who'd do it in perl with Proc::ProcessTable ]</description>
      <pubDate>Tue, 12 Oct 2004 14:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398543#M706067</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-10-12T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398544#M706068</link>
      <description>Any way to acheive using perl..just curious. &lt;BR /&gt;&lt;BR /&gt;Thanks a lot. &lt;BR /&gt;&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 12 Oct 2004 15:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398544#M706068</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-12T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398545#M706069</link>
      <description>Can someone please reply if this can be acheived using perl..&lt;BR /&gt;&lt;BR /&gt;perl experts! &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 13 Oct 2004 10:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398545#M706069</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-13T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398546#M706070</link>
      <description>Example of may (daily used) perl replacement for ps attached&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 13 Oct 2004 16:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3398546#M706070</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-10-13T16:00:38Z</dc:date>
    </item>
  </channel>
</rss>

