ikhan has asked for the wisdom of the Perl Monks concerning the following question:
I need to extract the data between x and y into a corresponding file (for each input file). Final data in each file will look like:******************************************* junk1 junk2 junk3 x data line1 data line2 data line3 y junk4 junk5 ********************************************
Any help is greatly appreciated and will be great learning tool for a new user.********************************** data line1 data line2 data line3 ******************************** The input data file names are: data_0001.txt data_0002.txt data_0003.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: extract data from text file
by kcott (Archbishop) on Oct 11, 2015 at 04:23 UTC | |
|
Re: extract data from text file
by Laurent_R (Canon) on Oct 11, 2015 at 08:51 UTC | |
|
Re: extract data from text file
by NetWallah (Canon) on Oct 11, 2015 at 05:33 UTC |