in reply to Re: Simultaneous one by one splitting and processing of an uneven file based on a pattern
in thread Simultaneous one by one splitting and processing of an uneven file based on a pattern
awk -vRS="Processing" '{ print $0 > "file"t++".out" }' file.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Simultaneous one by one splitting and processing of an uneven file based on a pattern
by GrandFather (Saint) on Sep 10, 2012 at 22:15 UTC |