Hi ,
i want to retrive in between data from parenthesis and i a getting errors while run the awk.i have 2 files and want to process 1st file pattern to 2nd file.
pattern_file.txt
--------------
ABCD
PQRS
XYZ
INPUT FILE.TXT
----------------
CRAETE TABLE ABCD
(
A,
B,
C
);
CREATE TABLE PQRS
(
P...