Quote:
Originally Posted by radoulov
Code:
awk '{print $2}' FS="[()]" TEST.TXT
|
Hey thanks for your reply !!
Its giving statements within the braces(), BUT it gives something more then that too. Its given below :
$ awk '{print $2}' FS="[()]" text.txt
----------------------------------
C
*
SYSTEM.DEF.CLUSRCVR
TO.EAIDVBR1
----------------------------------
under "---" O/P is like shown above, more blank lines, C, *
Don't know from where its being generated ?
Please if you can rectify this ??
Thanks !!
