i have a following output file
PF Release 2.4 on SERVICE at Mon Feb 6 18:41:02 2012
---------------------------------------- ----------------
|pPF |SEP |CAPS |CALLS |OPEN |
|-------------------------------------------------------------|
| 0 --- 0|SERVICE-NAME20-deposit | 0.0| 4| 0|
|-----------------------------------------------------------|
|SubTotal 0.0 0 0|
|TOTAL 0.1 1211182 17|
-----------------------------------------------------------------
Defence on.
from this i want to extract the column CALLS and its value 4
can anyone help me to extract the value using awk?
thanks in advance