<?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 awk byte limit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896378#M104047</link>
    <description>I am receiving an error when a script runs using awk within it. It tells me the linit for awk of a string is 3000bytes. I installed the awk patch PHCO_27521, but it still occurs.  &lt;BR /&gt;Are there any other patches needed ??&lt;BR /&gt;It is running hpux 11.00&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 04 Feb 2003 15:30:36 GMT</pubDate>
    <dc:creator>randy lee</dc:creator>
    <dc:date>2003-02-04T15:30:36Z</dc:date>
    <item>
      <title>awk byte limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896378#M104047</link>
      <description>I am receiving an error when a script runs using awk within it. It tells me the linit for awk of a string is 3000bytes. I installed the awk patch PHCO_27521, but it still occurs.  &lt;BR /&gt;Are there any other patches needed ??&lt;BR /&gt;It is running hpux 11.00&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Feb 2003 15:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896378#M104047</guid>
      <dc:creator>randy lee</dc:creator>
      <dc:date>2003-02-04T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: awk byte limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896379#M104048</link>
      <description>That is the built-in record size limit for awk and is hard-coded. The answer is to install the Gnu version of awk - gawk. It's a superset of awk and will fix your problem.&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/Gnu/gawk-3.1.1/" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/Gnu/gawk-3.1.1/&lt;/A&gt;</description>
      <pubDate>Tue, 04 Feb 2003 15:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896379#M104048</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-04T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: awk byte limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896380#M104049</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The record length limit is 3000. One answer would be to download gawk from any of the HP-UX Porting Centre. Gawk has a dynamically allocated buffer and can be set to any desired size by a command line argument. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gawk-3.1.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gawk-3.1.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 04 Feb 2003 15:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896380#M104049</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-04T15:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: awk byte limit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896381#M104050</link>
      <description>maybe Perl would come as a remedy?&lt;BR /&gt;&lt;BR /&gt;though not knowing the Perl innards I'd assume that you're only restricted by memory&lt;BR /&gt;&lt;BR /&gt;(n.b. you can slurp up whole files in one string in Perl by just localizing the record input seperator $/ in a code block, see "perldoc perlvar")</description>
      <pubDate>Tue, 04 Feb 2003 15:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/awk-byte-limit/m-p/2896381#M104050</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-02-04T15:58:14Z</dc:date>
    </item>
  </channel>
</rss>

