<?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 ed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403946#M201416</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know if ed has a limit of lines. I am genereting one file and its stops at 768622 lines..... and I would like to generate one file of 857667 lines.&lt;BR /&gt;Is it possible??&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Carmen.</description>
    <pubDate>Wed, 20 Oct 2004 04:24:31 GMT</pubDate>
    <dc:creator>Carme Torca</dc:creator>
    <dc:date>2004-10-20T04:24:31Z</dc:date>
    <item>
      <title>ed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403946#M201416</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know if ed has a limit of lines. I am genereting one file and its stops at 768622 lines..... and I would like to generate one file of 857667 lines.&lt;BR /&gt;Is it possible??&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Carmen.</description>
      <pubDate>Wed, 20 Oct 2004 04:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403946#M201416</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2004-10-20T04:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: ed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403947#M201417</link>
      <description>From the man page for ed:&lt;BR /&gt;The following size limitations apply: 256 characters per global command list, 64 characters per file name, and 32 MB characters in the buffer.  The limit on the number of lines depends on the amount of user memory: each line takes 1 word.&lt;BR /&gt;&lt;BR /&gt;So I think it's ulimit -a which will tell you the amount of user memory, then some calculations which I'm afraid haven't got handy.&lt;BR /&gt;&lt;BR /&gt;Can you use split or vi?</description>
      <pubDate>Wed, 20 Oct 2004 04:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403947#M201417</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2004-10-20T04:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403948#M201418</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In vi I can hit&lt;BR /&gt;&lt;BR /&gt;57 topaz bootpd[6006]: no client found&lt;BR /&gt;1015610  Oct 20 11:15:16 topaz bootpd[6006]: no client found&lt;BR /&gt;1015611  Oct 20 11:15:48 topaz bootpd[6006]: no client found&lt;BR /&gt;1015612  Oct 20 11:30:30 topaz ftpd[11600]: User root timed out after 900 second&lt;BR /&gt;s at Wed Oct 20 11:30:30 2004&lt;BR /&gt;1015613  Oct 20 11:30:30 topaz ftpd[11600]: FTP session closed&lt;BR /&gt;1015614  Oct 20 11:31:18 topaz bootpd[6006]: no client found&lt;BR /&gt;1015615  Oct 20 11:31:49 topaz  above message repeats 69 times&lt;BR /&gt;1015616  Oct 20 11:31:50 topaz bootpd[6006]: no client found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thats over one million&lt;BR /&gt;&lt;BR /&gt;Maybe you do not have largefiles there and are hitting 2GB filesize&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Steve Steel</description>
      <pubDate>Wed, 20 Oct 2004 04:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403948#M201418</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-10-20T04:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: ed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403949#M201419</link>
      <description>dear carme&lt;BR /&gt;What about vi or ex&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Wed, 20 Oct 2004 05:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403949#M201419</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-10-20T05:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: ed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403950#M201420</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;What problem are you really trying to solve?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; would like to generate one file of 857667 lines.&lt;BR /&gt;&lt;BR /&gt;Generating files is straigtforward with AWK and PERL and SHell scripts. All of those have NO lines nor bytes limitation&lt;BR /&gt;&lt;BR /&gt;perl -e 'print "line $i\n" while (++$i &amp;lt; 857668)'&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 05:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ed/m-p/3403950#M201420</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-10-20T05:53:02Z</dc:date>
    </item>
  </channel>
</rss>

