venkatpavan
Programmer
Hi,
I'm a beginner on UNIX,So please forgive my Ignorance on this.
I'm trying to split a file into batches,Big file which i want to split looks like below one
00
XX
XX
99
00
XX
XX
99
00
XX
XX
99
00
XX
XX
99
Each batch starts 00 and ends with 99 records,I want to split this big file into batches,So that each batch should be 00-99.Can someone help me on this.
Thanks.....
I'm a beginner on UNIX,So please forgive my Ignorance on this.
I'm trying to split a file into batches,Big file which i want to split looks like below one
00
XX
XX
99
00
XX
XX
99
00
XX
XX
99
00
XX
XX
99
Each batch starts 00 and ends with 99 records,I want to split this big file into batches,So that each batch should be 00-99.Can someone help me on this.
Thanks.....