I want to find every line with...
"Receive Transaction" in "myfile"
then ignore this line and the next 11 lines
then select the next 2 lines....
'Rcv-0' 'ROUTER_x'
'Rcv-1' 'ROUTER_y'
join these 2 lines together to make....
'Rcv-0' 'ROUTER_x''Rcv-1' 'ROUTER_y'
Then repeat through the file
I could do this with many commands, any advice on quicker methods, would be appreiated
"Receive Transaction" in "myfile"
then ignore this line and the next 11 lines
then select the next 2 lines....
'Rcv-0' 'ROUTER_x'
'Rcv-1' 'ROUTER_y'
join these 2 lines together to make....
'Rcv-0' 'ROUTER_x''Rcv-1' 'ROUTER_y'
Then repeat through the file
I could do this with many commands, any advice on quicker methods, would be appreiated