I have a large file which has blocked data (Block 1 to block 5 represented by first character of each record being 1,2,3,4,5 distinguishing the block number, Block 1 being start of a block and Block 5 being end of each block) I can have something around 20,000 to 21,000 blocks in each file.

1nkndnfd 2nsnskdnsdn 3ddjsjd 4fksjsdj 2jjdjdidjsijs 3ndskcnsdkndskdns 5kdsjdskjdskj 1ksdjdjsk 2dsjskj 3djkdjsljs 4fdkkjdskjsk 3saddnhsdhsh 4dsnhdshshsshk 5sadjjdjdodjs
Like wise I can have thousands of blocks. I need to split this large file into smaller 4 files by doing a round robin of each block ending with block 5. End of each block is represented with a block 5 Any help is much appreciated


In reply to Splitting a Blocked file in Round Robin into smaller files by tradersjoe0

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.