<?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 record length in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809443#M939939</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;nice simple one for you...how do you display the record lengths for an ascii text file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Gary.</description>
    <pubDate>Thu, 19 Sep 2002 09:27:39 GMT</pubDate>
    <dc:creator>gary phipps</dc:creator>
    <dc:date>2002-09-19T09:27:39Z</dc:date>
    <item>
      <title>record length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809443#M939939</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;nice simple one for you...how do you display the record lengths for an ascii text file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Gary.</description>
      <pubDate>Thu, 19 Sep 2002 09:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809443#M939939</guid>
      <dc:creator>gary phipps</dc:creator>
      <dc:date>2002-09-19T09:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: record length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809444#M939940</link>
      <description>If by record length, you mean line length&lt;BR /&gt;&lt;BR /&gt;cat &lt;FILE&gt; | awk '{print length}'&lt;/FILE&gt;</description>
      <pubDate>Thu, 19 Sep 2002 09:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809444#M939940</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-09-19T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: record length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809445#M939941</link>
      <description>For the record size of a file (for each line) :&lt;BR /&gt;awk '{print length ; }'  &lt;YOURFILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Luc&lt;/YOURFILENAME&gt;</description>
      <pubDate>Thu, 19 Sep 2002 09:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809445#M939941</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2002-09-19T09:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: record length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809446#M939942</link>
      <description>Excellent.&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response guys</description>
      <pubDate>Thu, 19 Sep 2002 09:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809446#M939942</guid>
      <dc:creator>gary phipps</dc:creator>
      <dc:date>2002-09-19T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: record length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809447#M939943</link>
      <description>&lt;BR /&gt;Lets use the password file as an example, to see the length of each line;&lt;BR /&gt;&lt;BR /&gt;cat /etc/passwd|while true&lt;BR /&gt;do&lt;BR /&gt;read A&lt;BR /&gt;echo $A|wc -c   # display line/record length&lt;BR /&gt;[ "$A" = "" ] &amp;amp;&amp;amp; exit&lt;BR /&gt;done&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 09:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/record-length/m-p/2809447#M939943</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-19T09:36:12Z</dc:date>
    </item>
  </channel>
</rss>

