<?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 How to divide one file to become two files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576202#M858470</link>
    <description>I want to divide file Xx010801.SOL that has certain format to become file Header.txt and Line.txt that also have certain format.Can any one help me to resolve this problem??I have &lt;BR /&gt;attached all of files above.</description>
    <pubDate>Thu, 06 Sep 2001 11:15:23 GMT</pubDate>
    <dc:creator>suryaj</dc:creator>
    <dc:date>2001-09-06T11:15:23Z</dc:date>
    <item>
      <title>How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576202#M858470</link>
      <description>I want to divide file Xx010801.SOL that has certain format to become file Header.txt and Line.txt that also have certain format.Can any one help me to resolve this problem??I have &lt;BR /&gt;attached all of files above.</description>
      <pubDate>Thu, 06 Sep 2001 11:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576202#M858470</guid>
      <dc:creator>suryaj</dc:creator>
      <dc:date>2001-09-06T11:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576203#M858471</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I think u can use split command, where split reads file and writes it in pieces (default 1000 lines) onto a set of output files.(only ASCII letters  are used, a maximum of 676 files). &lt;BR /&gt;&lt;BR /&gt;use man split for more info&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dayanand Naik</description>
      <pubDate>Thu, 06 Sep 2001 11:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576203#M858471</guid>
      <dc:creator>Dayanand Naik</dc:creator>
      <dc:date>2001-09-06T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576204#M858472</link>
      <description>Hi,&lt;BR /&gt;the command "split"can be used, where as this command form  files of 1000 lines each.each file ending with o/pfile_nameaa,o/pfile_namebb,...&lt;BR /&gt;since you wanted to split according to the format, then the best way is to use "awk"</description>
      <pubDate>Thu, 06 Sep 2001 12:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576204#M858472</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-09-06T12:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576205#M858473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looking at your 3 files, I'd suggest either awk, although perl would probably be easier and quicker.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 06 Sep 2001 12:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576205#M858473</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-09-06T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576206#M858474</link>
      <description>Hi Suryaj,&lt;BR /&gt;I will say use Perl.&lt;BR /&gt;I don't know what you are taking from one file to another one. Give me more info and I can help in perl.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 06 Sep 2001 13:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576206#M858474</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-09-06T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide one file to become two files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576207#M858475</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;put you a script at attachment.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 06 Sep 2001 13:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-divide-one-file-to-become-two-files/m-p/2576207#M858475</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-09-06T13:54:27Z</dc:date>
    </item>
  </channel>
</rss>

