aspose file tools
The moose likes Linux / UNIX and the fly likes Regarding awk start and end pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Regarding awk start and end pattern" Watch "Regarding awk start and end pattern" New topic
Author

Regarding awk start and end pattern

Sujoy Choudhury
Ranch Hand

Joined: Sep 17, 2008
Posts: 132

Hi,

In a file I am trying to find a pattern in this way.
The start/end patterns are repetitive in the file.
So, I want to process this pattern occurrence one by one.

eg.
File.txt




When I execute `awk '/start pattern/,/end pattern/' file.txt` I get


Now, how can I process each occurrence one by one?

Thanks and Regards,
~Sujoy
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding awk start and end pattern
 
Similar Threads
How to read each line from file in Shell script
Passing multiple filenames as argument
Question regex
Regular expression - capture groups
error starting up 2nd instance of tomcat