parsing out contents

2002-09-17 Thread Nandita Mullapudi
I have a parsed output in a single file, that looks like this Pf_sumthing.bln blah blah Pf_sumthingelse.bln blah blah and so on, I want to parse this file such that i create 80 or as many little files, each has the filename as its respective Pf_something and content has the blah blah. can

Re: parsing out contents

2002-09-17 Thread Sudarshan Raghavan
On Mon, 16 Sep 2002, Nandita Mullapudi wrote: I have a parsed output in a single file, that looks like this Pf_sumthing.bln blah blah Pf_sumthingelse.bln blah blah and so on, I want to parse this file such that i create 80 or as many little files, each has the filename as