<?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/4135749#M316907</link>
    <description>Thanks, Im a stupe sometimes:&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Jan 2008 15:21:39 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2008-01-25T15:21:39Z</dc:date>
    <item>
      <title>Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135747#M316905</link>
      <description>Ok, Im stuck here. Im not a great script creator.&lt;BR /&gt;After I run this script I wrote that looks for directoris with lots of files, I end up with this listing. ist column being the number of files in that die, the second column being the directory name:&lt;BR /&gt; 3088 /zones/s1dfa89/root/usr/share/man/man3mlib&lt;BR /&gt;how can I read the file and just pull out the lines that are over 3000?</description>
      <pubDate>Fri, 25 Jan 2008 15:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135747#M316905</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2008-01-25T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135748#M316906</link>
      <description>awk '{if ($1 &amp;gt; 3000) print}' datafile</description>
      <pubDate>Fri, 25 Jan 2008 15:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135748#M316906</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2008-01-25T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135749#M316907</link>
      <description>Thanks, Im a stupe sometimes:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 15:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135749#M316907</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2008-01-25T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135750#M316908</link>
      <description>grep 3[0-9][0-9][0-9] file&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 25 Jan 2008 15:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135750#M316908</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-01-25T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135751#M316909</link>
      <description>And for the lazy, or poorly typing, folks:&lt;BR /&gt;&lt;BR /&gt;awk '$1&amp;gt;3000' your-file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;0 points for this please.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 16:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135751#M316909</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-25T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135752#M316910</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;... and if you just need the filename(s) for further processing:&lt;BR /&gt;awk '$1&amp;gt;3000 {print $2}' listing-file&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 25 Jan 2008 18:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/4135752#M316910</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2008-01-25T18:32:41Z</dc:date>
    </item>
  </channel>
</rss>

