In a file that contains multiple instances of the
following type of text, I only want to extract the
numbers.... (2 lines after 'CPU Summary')
# CPU SUMMARY
# USER SYS IDLE WAIT INTR SYSC CS RUNQ AVG5
AVG30 AVG60 FORK VFORK
1 2 97 0 25 6855 631 0 0.11
0.23 0.22 0.60
For example I only want:
1 2 97 0 25 6855 631 0 0.11
0.23 0.22 0.60
How can I do this?
Thanks
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!
http://personal.mail.yahoo.com/
Received on Tue Jun 12 2001 - 19:19:11 NZST