<?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 for inserting form feeds into file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644521#M722754</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you look at the command pr?. Look at it's man page.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 14 Jan 2002 18:04:08 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-01-14T18:04:08Z</dc:date>
    <item>
      <title>script for inserting form feeds into file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644520#M722753</link>
      <description>Need to write a script that will insert&lt;BR /&gt;form feed every 36 lines. Any suggestions?&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 17:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644520#M722753</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2002-01-14T17:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: script for inserting form feeds into file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644521#M722754</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you look at the command pr?. Look at it's man page.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 14 Jan 2002 18:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644521#M722754</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-14T18:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: script for inserting form feeds into file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644522#M722755</link>
      <description>as in "pr -l36" where "-l36" is "dash el (lower case L) 36".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 14 Jan 2002 18:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644522#M722755</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-14T18:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: script for inserting form feeds into file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644523#M722756</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;The following will insert a FF after every 36 lines of the input file.  The FF will be the first character of each line following the 36th line.  If you want it to be on a line by itself, change the echo to: echo "\013" (leave off the \c")&lt;BR /&gt;&lt;BR /&gt;# Begin script&lt;BR /&gt;ctr=0&lt;BR /&gt;while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line&lt;BR /&gt;ctr=`expr $ctr + 1`&lt;BR /&gt;if [ $ctr -eq 36 ]&lt;BR /&gt;then&lt;BR /&gt;echo "\013\c"&lt;BR /&gt;ctr=0&lt;BR /&gt;fi&lt;BR /&gt;done &lt;IN&gt;out&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;/IN&gt;</description>
      <pubDate>Mon, 14 Jan 2002 19:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644523#M722756</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-14T19:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: script for inserting form feeds into file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644524#M722757</link>
      <description>I'm sorry, I misread the ascii table.  Please change 013 in my answer to 014.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 14 Jan 2002 19:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-inserting-form-feeds-into-file/m-p/2644524#M722757</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-14T19:52:14Z</dc:date>
    </item>
  </channel>
</rss>

