looking for pattern in big file
Hi all,
I lost my O'reilly book and wonder if someone can tell me how to use
awk in order to retrieve
oracle colunm names from a big file.
file has text like
select xxxxxx.aaaa, xxxxxx.bbbbbb, yyyyyy.ccccc from ... where (
xxxxxx.aaaaa
and xxxxxxx.bbbbbbb) ........
and there are very many lines like this.
I would like to print out all the colunm names which come after xxxxxx.
I tried to use index command but I got lost while looping toward the
end of the line..
TIA
Uri
|