Hi
I have a file which has things like
CREATE TABLE ....
...
;
;
CREATE TABLE ...
;
CREATE TABLE ...
; ;
CREATE TABLE ...
/
CREATE TABLE ...
/
;
I need to find out the occurances of semi colon followed by nothing then a semicolon.
Is there a way to do it in some kind of a awk script...
Many Thanks,